mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2025-01-18 14:28:00 +01:00
simplify About padding
This commit is contained in:
parent
f42b98c4d7
commit
c479da15eb
1 changed files with 1 additions and 4 deletions
|
@ -10,10 +10,7 @@
|
||||||
android:id="@+id/about_holder"
|
android:id="@+id/about_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:paddingBottom="@dimen/activity_margin"
|
android:padding="@dimen/activity_margin">
|
||||||
android:paddingLeft="@dimen/activity_margin"
|
|
||||||
android:paddingRight="@dimen/activity_margin"
|
|
||||||
android:paddingTop="@dimen/activity_margin">
|
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/about_website"
|
android:id="@+id/about_website"
|
||||||
|
|
Loading…
Reference in a new issue