Skip to content

Commit

Permalink
Set landscape margins on scroll view contents
Browse files Browse the repository at this point in the history
  • Loading branch information
t895 authored and thestinger committed Apr 19, 2024
1 parent 084804e commit 207101b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/src/main/res/layout/content_attestation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
xmlns:tools="http:https://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingHorizontal="@dimen/activity_horizontal_margin"
android:paddingVertical="@dimen/activity_vertical_margin"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="app.attestation.auditor.AttestationActivity"
tools:showIn="@layout/activity_attestation">
Expand All @@ -19,7 +17,8 @@
android:id="@+id/buttons"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
android:orientation="vertical"
android:layout_marginHorizontal="@dimen/activity_horizontal_margin">

<com.google.android.material.textview.MaterialTextView
style="@style/TextAppearance.Material3.BodyMedium"
Expand Down

0 comments on commit 207101b

Please sign in to comment.