diff options
| author | cyberta <cyberta@riseup.net> | 2026-01-23 13:00:39 +0100 |
|---|---|---|
| committer | cyberta <cyberta@riseup.net> | 2026-01-26 14:34:00 +0100 |
| commit | 587f8e64aacabedd253f5c45e9c55d8bfd13eb3e (patch) | |
| tree | 303d6e2f33065cb453620bfce2519f082983f0af /app/src | |
| parent | f61d448aed0ef86b589396bb1384eed3bbd1c0f3 (diff) | |
remove unused properties from activity_steup.xml
Diffstat (limited to 'app/src')
| -rw-r--r-- | app/src/main/res/layout/activity_setup.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/src/main/res/layout/activity_setup.xml b/app/src/main/res/layout/activity_setup.xml index c5366397..568a2da0 100644 --- a/app/src/main/res/layout/activity_setup.xml +++ b/app/src/main/res/layout/activity_setup.xml @@ -21,9 +21,6 @@ android:id="@+id/viewPager" android:layout_width="match_parent" android:layout_height="0dp" - android:layout_alignParentTop="true" - android:layout_below="@id/toolbar" - android:layout_alignParentBottom="true" android:layout_weight="1" android:background="@color/white" /> |
