1
0
forked from GitHub/gf-core

added checkboxes in the Phrasebook UI

This commit is contained in:
krasimir
2016-06-03 11:09:39 +00:00
parent e8fe5ad5f1
commit ce856a2d17
4 changed files with 51 additions and 1 deletions

View 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>