Skip to content

Commit

Permalink
Added padding to landscape view on phone
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinpilgaonkar committed Aug 24, 2017
1 parent 7e1e789 commit 749a728
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions XYZReader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.3'
classpath 'com.android.tools.build:gradle:2.3.3'
}
}
apply plugin: 'com.android.application'
Expand All @@ -14,7 +14,7 @@ repositories {

android {
compileSdkVersion 24
buildToolsVersion "22.0.1"
buildToolsVersion '25.0.0'

defaultConfig {
minSdkVersion 16
Expand All @@ -23,13 +23,13 @@ android {
}

dependencies {
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:support-v13:24.0.0'
compile 'com.android.support:support-v4:24.2.1'
compile 'com.android.support:support-v13:24.2.1'
compile 'com.android.support:design:24.2.1'
compile 'com.android.support:appcompat-v7:24.2.1'
compile 'com.android.support:palette-v7:24.0.0'
compile 'com.android.support:palette-v7:24.2.1'
compile 'com.android.support:recyclerview-v7:24.2.1'
compile 'com.android.support:cardview-v7:24.0.0'
compile 'com.android.support:cardview-v7:24.2.1'
compile 'com.squareup.okhttp3:okhttp:3.1.2'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
compile files('libs/volley.jar')
Expand Down
1 change: 1 addition & 0 deletions XYZReader/src/main/res/values-land/macro_layout.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<resources>
<!-- detail -->
<dimen name="list_side_margin">50dp</dimen>
<dimen name="detail_photo_height">224dp</dimen>
<dimen name="detail_inner_horiz_margin">112dp</dimen>
</resources>

0 comments on commit 749a728

Please sign in to comment.