Skip to content

Commit

Permalink
advanced_options_activity.xml: Minor layout changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SayantanRC committed Dec 12, 2021
1 parent 6ef5ea6 commit cd51891
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions app/src/main/res/layout/advanced_options_activity.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="25dp">
android:fillViewport="true"
android:layout_margin="25dp"
>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_gravity="center_vertical"
android:gravity="center"
>

<CheckBox
Expand All @@ -35,7 +37,7 @@
android:layout_height="wrap_content"
android:text="@string/spoof_android_version"
android:textAppearance="?android:attr/textAppearanceMedium"
android:textColor="@color/black"
android:textColor="?android:attr/textColorPrimary"
/>

<Space
Expand Down Expand Up @@ -68,14 +70,14 @@

<RadioButton
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:text="@string/dont_spoof_android_version"
android:id="@+id/dont_spoof_android_version"
/>

<RadioButton
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:text="@string/follow_spoof_device_version"
android:id="@+id/follow_spoof_device_version"
/>
Expand Down Expand Up @@ -110,7 +112,7 @@

<RadioButton
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:text="@string/manually_set_android_version"
android:id="@+id/manually_set_android_version"
/>
Expand Down

0 comments on commit cd51891

Please sign in to comment.