Made loading dialog good look on tablets again.

This commit is contained in:
George Venios 2015-09-06 13:31:48 +01:00
parent ccea84abab
commit 020e593b1a
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
android:id="@+id/progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="8dp"
android:layout_marginEnd="8dp" />
android:layout_marginRight="@dimen/abc_action_bar_content_inset_material"
android:layout_marginEnd="@dimen/abc_action_bar_content_inset_material" />
<TextView
android:id="@+id/loading_text"