Skip to content

Commit

Permalink
Adjust paddings
Browse files Browse the repository at this point in the history
  • Loading branch information
WSTxda committed Dec 5, 2024
1 parent 61a8749 commit 41f26d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="20dp">
android:paddingStart="20dp"
android:paddingTop="20dp"
android:paddingEnd="20dp"
android:paddingBottom="16dp">

<ImageView
android:id="@android:id/icon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:layout_marginTop="8dp"
android:layout_marginTop="12dp"
android:text="@string/check_updates" />
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
Expand Down

0 comments on commit 41f26d7

Please sign in to comment.