home: fix loading indicator dimensions
This commit is contained in:
parent
9ccc4cf2ae
commit
c6dc51659b
1 changed files with 2 additions and 2 deletions
|
@ -82,8 +82,8 @@
|
|||
|
||||
<ImageView
|
||||
android:id="@+id/home_indexing_error"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_width="@dimen/size_touchable_small"
|
||||
android:layout_height="@dimen/size_touchable_small"
|
||||
android:layout_gravity="center"
|
||||
android:contentDescription="@string/err_index_failed"
|
||||
android:scaleType="centerInside"
|
||||
|
|
Loading…
Reference in a new issue