kopia lustrzana https://github.com/ge0rg/aprsdroid
layout: fix id:empty
rodzic
34c4c22cbd
commit
c371394bb8
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue