forked from GitHub/gf-core
added checkboxes in the Phrasebook UI
This commit is contained in:
13
src/ui/android/res/layout/checkbox_input_list_item.xml
Normal file
13
src/ui/android/res/layout/checkbox_input_list_item.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<CheckBox
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="15sp"
|
||||
android:id="@+id/choice_checkbox" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user