layout: fix id:empty

wire-gradle
Georg Lukas 2019-12-29 22:19:19 +01:00
rodzic 34c4c22cbd
commit c371394bb8
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -15,7 +15,7 @@
android:descendantFocusability="blocksDescendants"
/>
<TextView
android:id="@+id/android:empty"
android:id="@android:id/empty"
android:layout_width="fill_parent"
android:layout_height="100sp"
android:layout_weight="2"

Wyświetl plik

@ -15,7 +15,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
android:focusableInTouchMode="true"
android:descendantFocusability="blocksDescendants"
/>
<TextView android:id="@+id/android:empty"
<TextView android:id="@android:id/empty"
android:layout_width="fill_parent"
android:layout_height="100sp"
android:layout_weight="1"