1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

Reduced the right margin of dual pane tablet layout to 96dp.

This commit is contained in:
Christophe Beyls 2015-01-19 19:52:37 +01:00
parent 87421b90dd
commit 27ed59732d

View file

@ -29,14 +29,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="@dimen/schedule_column_width"
android:layout_marginRight="120dp"
android:layout_marginRight="96dp"
android:layout_marginTop="64dp"/>
<ImageView
android:id="@+id/fab"
style="@style/FloatingActionButton"
android:layout_gravity="top|right"
android:layout_marginRight="32dp"
android:layout_marginRight="20dp"
android:layout_marginTop="100dp"
android:src="@drawable/ic_bookmark_outline_white_24dp"/>
</FrameLayout>