diff options
Diffstat (limited to 'vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml')
-rw-r--r-- | vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml | 35 |
1 files changed, 12 insertions, 23 deletions
diff --git a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml index 2dfe156..ea20cc2 100644 --- a/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml +++ b/vdrmanager/de.bjusystems.vdrmanager/src/main/res/layout/edit_remote_key.xml @@ -9,7 +9,7 @@ android:id="@+id/hitkLabel" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_weight="1" + android:clickable="true" android:text="@string/label" /> @@ -26,8 +26,19 @@ <de.androvdr.widget.FontAwesomeButton android:layout_width="wrap_content" android:layout_height="wrap_content" + android:id="@+id/faPicker" android:text="" /> + <de.androvdr.widget.FontAwesomeButton + android:id="@+id/hitkLabelColorPicker" + android:layout_width="wrap_content" + android:textColor="@color/yellow" + android:layout_height="wrap_content" + android:text="" /> + + + + </LinearLayout> <TextView @@ -40,26 +51,4 @@ android:id="@+id/hitkSpinner" android:layout_width="match_parent" android:layout_height="wrap_content" /> - - <LinearLayout - android:layout_width="match_parent" - android:layout_height="wrap_content" - android:orientation="horizontal" - android:visibility="gone"> - - <Button - android:id="@+id/button7" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="right" - android:layout_weight="1" - android:text="@android:string/cancel" /> - - <Button - android:id="@+id/button6" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_weight="1" - android:text="@android:string/ok" /> - </LinearLayout> </LinearLayout> |