Fixed tablet margins for loading dialog.

This commit is contained in:
George Venios 2015-09-01 19:37:47 +03:00 committed by George Venios
parent 455859700e
commit 424355fff1
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="16dip"
android:padding="@dimen/abc_action_bar_content_inset_material"
android:gravity="center">
<ProgressBar
@ -10,8 +10,8 @@
android:id="@+id/progress"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp" />
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"