Ensure kanji propositions are always present
app/src/main/res/drawable/ic_border_bottom.xml unknown status 1
1 | + | <?xml version="1.0" encoding="utf-8"?> | |
2 | + | <vector xmlns:android="http://schemas.android.com/apk/res/android" | |
3 | + | android:width="108dp" | |
4 | + | android:height="108dp" | |
5 | + | android:viewportWidth="108" | |
6 | + | android:viewportHeight="108"> | |
7 | + | <path | |
8 | + | android:fillColor="#ffffff" | |
9 | + | android:pathData="M0,0h108v108h-108z" /> | |
10 | + | <path | |
11 | + | android:fillColor="#ccd2cc" | |
12 | + | android:pathData="M0,107h108v108h-108z" /> | |
13 | + | </vector> |
app/src/main/res/layout/content_radicals.xml
6 | 6 | ||
7 | 7 | <HorizontalScrollView | |
8 | 8 | android:layout_width="match_parent" | |
9 | - | android:layout_height="wrap_content"> | |
9 | + | android:layout_height="wrap_content" | |
10 | + | android:background="@drawable/ic_border_bottom"> | |
10 | 11 | ||
11 | 12 | <LinearLayout | |
12 | 13 | android:layout_width="wrap_content" | |
13 | 14 | android:layout_height="match_parent" | |
14 | 15 | android:orientation="vertical"> | |
16 | + | ||
15 | 17 | <LinearLayout | |
16 | 18 | android:id="@+id/kanji_row1" | |
17 | 19 | android:layout_width="wrap_content" | |
18 | 20 | android:layout_height="match_parent" | |
21 | + | android:minHeight="138px" | |
19 | 22 | android:orientation="horizontal"></LinearLayout> | |
20 | 23 | ||
21 | 24 | <LinearLayout | |
22 | 25 | android:id="@+id/kanji_row2" | |
23 | 26 | android:layout_width="wrap_content" | |
24 | 27 | android:layout_height="match_parent" | |
28 | + | android:minHeight="138px" | |
25 | 29 | android:orientation="horizontal"></LinearLayout> | |
26 | 30 | </LinearLayout> | |
27 | 31 | </HorizontalScrollView> |