adjust minor design (move pixels)

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-07-22 14:04:44 +02:00 committed by Andy Scherzinger (Rebase PR Action)
parent 78274472e1
commit 564587dab1
3 changed files with 7 additions and 12 deletions

View File

@ -19,18 +19,17 @@
--> -->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
xmlns:tools="http://schemas.android.com/tools" android:orientation="vertical"
tools:background="@color/white" tools:background="@color/white">
android:orientation="vertical">
<ScrollView <ScrollView
android:id="@+id/vote_options_wrapper" android:id="@+id/vote_options_wrapper"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="0dp" android:layout_height="0dp"
android:layout_weight="1" android:layout_weight="1">
android:padding="@dimen/standard_half_padding">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
@ -45,10 +44,10 @@
<RadioGroup <RadioGroup
android:id="@+id/poll_vote_radio_group" android:id="@+id/poll_vote_radio_group"
android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_marginStart="-4dp"
tools:layout_height="400dp" tools:layout_height="400dp" />
tools:layout_width="match_parent" />
</LinearLayout> </LinearLayout>
</ScrollView> </ScrollView>

View File

@ -23,8 +23,6 @@
xmlns:tools="http://schemas.android.com/tools" xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="@dimen/standard_half_padding"
android:paddingEnd="@dimen/standard_half_padding"
tools:background="@color/white"> tools:background="@color/white">
<TextView <TextView

View File

@ -23,8 +23,6 @@
android:id="@+id/voters_avatars_overview_wrapper" android:id="@+id/voters_avatars_overview_wrapper"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingStart="@dimen/standard_half_padding"
android:paddingEnd="@dimen/standard_half_padding"
android:paddingBottom="4dp" android:paddingBottom="4dp"
android:orientation="horizontal" android:orientation="horizontal"
tools:background="@color/white"> tools:background="@color/white">