Skip to content

Commit d0d3ffc

Browse files
author
Daniil Efremov
authored
Merge pull request #59 from dividiti/issue-58
minor layout issue on my tablet #58
2 parents 31491eb + b422d23 commit d0d3ffc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/src/main/res/layout-large-land/activity_main.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,18 +84,18 @@
8484
<!-- todo: add back conner lines around-->
8585
<ImageView
8686
android:id="@+id/imageView1"
87-
android:layout_width="500dp"
88-
android:layout_height="500dp"
87+
android:layout_width="400dp"
88+
android:layout_height="400dp"
8989
android:layout_marginTop="30dp"
9090
android:layout_marginLeft="30dp"
9191
android:background="@color/colorImageViewBackground"
9292
android:scaleType="centerCrop" />
9393

9494
<RelativeLayout
9595
android:id="@+id/imageButtonBar"
96-
android:layout_width="500dp"
96+
android:layout_width="400dp"
9797
android:layout_height="70dp"
98-
android:layout_marginTop="460dp"
98+
android:layout_marginTop="360dp"
9999
android:layout_marginLeft="30dp"
100100
android:background="@color/colorImageViewBarBackground"
101101
android:orientation="horizontal">

0 commit comments

Comments
 (0)