OSDN Git Service

レイアウトの見直し。(その3)
[gokigen/JoggingTimer.git] / wear / src / main / res / layout / icon_list.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:app="http://schemas.android.com/apk/res-auto"
4     android:id="@+id/icon_list_layout"
5     android:orientation="horizontal"
6     android:layout_width="fill_parent"
7     android:layout_height="fill_parent"
8     android:padding="@dimen/icon_list_padding"
9     android:background="@color/background_color"
10     >
11     <TextView android:id="@+id/selection_icon"
12         android:layout_width="fill_parent"
13         android:layout_height="fill_parent"
14         android:contentDescription="@string/blank"
15         android:foregroundTint="@color/white"
16         android:layout_marginEnd="4dp"
17         app:drawableEndCompat="@drawable/ic_build_black_24dp"
18         app:drawableTint="@color/white" />
19 </LinearLayout>