tweaking some radiogroup dialog margins

This commit is contained in:
tibbi 2022-07-10 15:03:06 +02:00
parent 2d7ec382bd
commit f282617854
2 changed files with 5 additions and 5 deletions

View file

@ -70,7 +70,7 @@ android {
}
dependencies {
implementation 'com.github.SimpleMobileTools:Simple-Commons:4703444686'
implementation 'com.github.SimpleMobileTools:Simple-Commons:f1c7fcce6b'
implementation 'org.greenrobot:eventbus:3.3.1'
implementation 'androidx.media:media:1.6.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'

View file

@ -9,9 +9,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="@dimen/activity_margin"
android:paddingStart="@dimen/activity_margin"
android:paddingTop="@dimen/activity_margin"
android:paddingRight="@dimen/activity_margin">
android:paddingEnd="@dimen/activity_margin">
<RadioGroup
android:id="@+id/sorting_dialog_radio_sorting"
@ -21,8 +21,8 @@
<ImageView
android:layout_width="match_parent"
android:layout_height="1px"
android:layout_marginTop="@dimen/medium_margin"
android:layout_marginBottom="@dimen/medium_margin"
android:layout_marginTop="@dimen/small_margin"
android:layout_marginBottom="@dimen/small_margin"
android:background="@color/divider_grey" />
<RadioGroup