Commit 89d2db5e3d0a118845158878ddb0d0f0d4c2b753
1 parent
790fc3bf2b
Exists in
master
update file png icon
Showing 2 changed files with 11 additions and 3 deletions Side-by-side Diff
app/src/main/res/drawable/category.PNG
app/src/main/res/layout/fragment_top_today.xml
... | ... | @@ -305,7 +305,7 @@ |
305 | 305 | <LinearLayout |
306 | 306 | android:layout_width="0dp" |
307 | 307 | android:layout_height="wrap_content" |
308 | - android:layout_weight="20" | |
308 | + android:layout_weight="10" | |
309 | 309 | android:gravity="center" |
310 | 310 | android:orientation="vertical"> |
311 | 311 | |
... | ... | @@ -330,7 +330,7 @@ |
330 | 330 | <LinearLayout |
331 | 331 | android:layout_width="0dp" |
332 | 332 | android:layout_height="wrap_content" |
333 | - android:layout_weight="20" | |
333 | + android:layout_weight="30" | |
334 | 334 | android:gravity="center" |
335 | 335 | android:orientation="vertical"> |
336 | 336 | |
... | ... | @@ -346,7 +346,7 @@ |
346 | 346 | <LinearLayout |
347 | 347 | android:layout_width="0dp" |
348 | 348 | android:layout_height="wrap_content" |
349 | - android:layout_weight="20" | |
349 | + android:layout_weight="30" | |
350 | 350 | android:gravity="center" |
351 | 351 | android:orientation="vertical"> |
352 | 352 | |
... | ... | @@ -356,6 +356,14 @@ |
356 | 356 | android:text="@string/time" |
357 | 357 | android:textColor="@color/white" |
358 | 358 | android:textSize="16sp" /> |
359 | + | |
360 | + </LinearLayout> | |
361 | + <LinearLayout | |
362 | + android:layout_width="0dp" | |
363 | + android:layout_height="wrap_content" | |
364 | + android:layout_weight="10" | |
365 | + android:gravity="center" | |
366 | + android:orientation="vertical"> | |
359 | 367 | |
360 | 368 | </LinearLayout> |
361 | 369 | </LinearLayout> |