|
56 | 56 | android:gravity="center"> |
57 | 57 |
|
58 | 58 | <TextView |
59 | | - android:id="@+id/flashcard_chinese" |
| 59 | + android:id="@+id/flashcard_pinyin" |
60 | 60 | android:layout_width="match_parent" |
61 | 61 | android:layout_height="wrap_content" |
62 | | - android:text="@string/widget_default_chinese" |
63 | | - android:textAlignment="center" |
| 62 | + android:layout_marginTop="-5dp" |
64 | 63 | android:layout_marginBottom="-5dp" |
65 | 64 | android:padding="0dp" |
66 | | - android:textSize="30sp" /> |
| 65 | + android:text="@string/widget_default_pinyin" |
| 66 | + android:textAlignment="center" |
| 67 | + android:textSize="18sp" /> |
67 | 68 |
|
68 | 69 | <TextView |
69 | | - android:id="@+id/flashcard_pinyin" |
| 70 | + android:id="@+id/flashcard_chinese" |
70 | 71 | android:layout_width="match_parent" |
71 | 72 | android:layout_height="wrap_content" |
72 | | - android:layout_marginTop="-5dp" |
73 | | - android:padding="0dp" |
74 | | - android:text="@string/widget_default_pinyin" |
| 73 | + android:text="@string/widget_default_chinese" |
75 | 74 | android:textAlignment="center" |
76 | | - android:textSize="20sp" /> |
| 75 | + android:layout_marginBottom="-5dp" |
| 76 | + android:padding="0dp" |
| 77 | + android:textSize="30sp" /> |
77 | 78 |
|
78 | 79 | <TextView |
79 | 80 | android:id="@+id/flashcard_definition" |
80 | 81 | android:layout_width="match_parent" |
81 | 82 | android:layout_height="wrap_content" |
82 | | - android:layout_marginTop="10dp" |
| 83 | + android:layout_marginTop="0dp" |
83 | 84 | android:text="@string/widget_default_english" |
84 | 85 | android:textAlignment="center" |
85 | 86 | android:textSize="15sp" /> |
|
0 commit comments