project_files/Android-build/SDL-android-project/res/layout/fragment_playerlist.xml
equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
|
3 xmlns:tools="http://schemas.android.com/tools" |
|
4 android:layout_width="match_parent" |
|
5 android:layout_height="match_parent" |
|
6 android:orientation="vertical" > |
|
7 |
|
8 <ListView |
|
9 android:id="@id/android:list" |
|
10 android:layout_width="match_parent" |
|
11 android:layout_height="match_parent" |
|
12 android:drawSelectorOnTop="false" |
|
13 android:cacheColorHint="@android:color/transparent" |
|
14 tools:listitem="@layout/listview_player" /> |
|
15 |
|
16 <TextView |
|
17 android:id="@id/android:empty" |
|
18 android:layout_width="match_parent" |
|
19 android:layout_height="match_parent" |
|
20 android:gravity="center" |
|
21 android:text="@string/no_players_in_list" /> |
|
22 </FrameLayout> |