Put only one help topic per line
app/src/main/res/layout/activity_help.xml
| 28 | 28 | android:text="@string/help_info" | |
| 29 | 29 | android:layout_marginBottom="16dp" /> | |
| 30 | 30 | ||
| 31 | - | <LinearLayout | |
| 31 | + | <Button android:id="@+id/help_topic_romaji" | |
| 32 | 32 | android:layout_width="match_parent" | |
| 33 | 33 | android:layout_height="wrap_content" | |
| 34 | - | android:layout_marginBottom="8dp"> | |
| 35 | - | <Button android:id="@+id/help_topic_romaji" | |
| 36 | - | android:layout_width="0dp" | |
| 37 | - | android:layout_height="wrap_content" | |
| 38 | - | android:layout_marginEnd="8dp" | |
| 39 | - | android:layout_marginRight="8dp" | |
| 40 | - | android:layout_weight="1" | |
| 41 | - | android:background="@color/colorAccent" | |
| 42 | - | android:text="@string/help_topic_romaji" | |
| 43 | - | android:textColor="@color/colorGrey"/> | |
| 44 | - | <Button android:id="@+id/help_topic_radicals" | |
| 45 | - | android:layout_width="0dp" | |
| 46 | - | android:layout_height="wrap_content" | |
| 47 | - | android:layout_marginEnd="8dp" | |
| 48 | - | android:layout_marginRight="8dp" | |
| 49 | - | android:layout_weight="1" | |
| 50 | - | android:background="@color/colorAccent" | |
| 51 | - | android:text="@string/help_topic_radicals" | |
| 52 | - | android:textColor="@color/colorGrey" /> | |
| 53 | - | </LinearLayout> | |
| 34 | + | android:layout_marginBottom="8dp" | |
| 35 | + | android:background="@color/colorAccent" | |
| 36 | + | android:text="@string/help_topic_romaji" | |
| 37 | + | android:textColor="@color/colorGrey"/> | |
| 38 | + | ||
| 39 | + | <Button android:id="@+id/help_topic_radicals" | |
| 40 | + | android:layout_width="match_parent" | |
| 41 | + | android:layout_height="wrap_content" | |
| 42 | + | android:background="@color/colorAccent" | |
| 43 | + | android:text="@string/help_topic_radicals" | |
| 44 | + | android:textColor="@color/colorGrey" /> | |
| 54 | 45 | </LinearLayout> | |
| 55 | 46 | </ScrollView> | |
| 55 | 46 | = | |
| 56 | 47 | = | \ No newline at end of file |