Reduce padding so that view is no longer hidden
Change-Id: Iaf9bdea162a8c7422914c141625885873fe1b878 Fixes: 63583041 Test: Manual using settings app
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
android:id="@+id/no_results_layout"
|
android:id="@+id/no_results_layout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:paddingTop="96dp"
|
android:paddingTop="35dp"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:visibility="gone">
|
android:visibility="gone">
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user