1
0
mirror of https://github.com/tateisu/SubwayTooter synced 2025-01-28 01:29:23 +01:00

カラムがない時のメッセージ表示に余白をつける

This commit is contained in:
tateisu 2020-12-12 03:03:18 +09:00
parent 68b76a1122
commit 2b7c2075ff

View File

@ -30,6 +30,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:padding="12dp"
android:text="@string/column_empty" />
</LinearLayout>