Skip to content

Commit

Permalink
Change margins
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Apr 23, 2024
1 parent 382acca commit c74e9bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Snapcast/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
android:name="de.badaix.snapcast.GroupListFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginHorizontal="8dp"
android:layout_marginTop="?attr/actionBarSize"
tools:layout="@layout/fragment_group_list" />

Expand Down
5 changes: 3 additions & 2 deletions Snapcast/src/main/res/layout/client_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginVertical="3dp"
xmlns:app="http://schemas.android.com/apk/res-auto">

<ImageButton
Expand All @@ -44,9 +45,9 @@
android:layout_height="wrap_content"
android:singleLine="true"
android:fadingEdge="horizontal"
android:paddingBottom="1dp"
android:paddingBottom="3dp"
android:paddingLeft="5dp"
android:paddingTop="2dp"
android:paddingTop="3dp"
android:text="Title"
android:textAppearance="?android:attr/textAppearanceMedium" />

Expand Down
3 changes: 1 addition & 2 deletions Snapcast/src/main/res/layout/group_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
android:layout_height="wrap_content"
card_view:cardCornerRadius="4dp"
card_view:cardUseCompatPadding="true"
card_view:contentPadding="2dp">
card_view:contentPadding="10dp">

<LinearLayout
android:layout_width="match_parent"
Expand All @@ -45,7 +45,6 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:alpha="0.54"
android:background="@null"
android:src="@drawable/settings_24px" />

Expand Down

0 comments on commit c74e9bb

Please sign in to comment.