Skip to content

Commit a76a56b

Browse files
committed
fix formatting
1 parent b9de66b commit a76a56b

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

PreventAudioFocus/src/main/AndroidManifest.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
3-
2+
<manifest
3+
xmlns:android="http://schemas.android.com/apk/res/android">
4+
45
<application android:label="@string/app_name">
56
<activity
67
android:name=".SettingsActivity"
8+
android:excludeFromRecents="true"
79
android:exported="true"
810
android:label="@string/title_activity_settings"
911
android:theme="@style/AppTheme"
10-
android:excludeFromRecents="true"
1112
>
1213
<intent-filter>
1314
<action android:name="android.intent.action.MAIN" />
1415
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
1516
</intent-filter>
1617
</activity>
17-
18+
1819
<meta-data
1920
android:name="xposedmodule"
2021
android:value="true"
Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<RadioButton xmlns:android="http://schemas.android.com/apk/res/android"
2+
<RadioButton
3+
xmlns:android="http://schemas.android.com/apk/res/android"
34
android:id="@android:id/checkbox"
45
style="@style/Widget.AppCompat.CompoundButton.RadioButton"
5-
android:background="@null"
66
android:layout_width="wrap_content"
77
android:layout_height="wrap_content"
8+
android:background="@null"
89
android:clickable="false"
9-
android:focusable="false" />
10+
android:focusable="false"
11+
/>
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
1+
<LinearLayout
2+
xmlns:android="http://schemas.android.com/apk/res/android"
23
android:layout_width="match_parent"
34
android:layout_height="match_parent"
4-
android:theme="@style/AppTheme.Edge2EdgeFix">
5-
5+
android:theme="@style/AppTheme.Edge2EdgeFix"
6+
>
7+
68
<FrameLayout
79
android:id="@+id/settings"
810
android:layout_width="match_parent"
9-
android:layout_height="match_parent" />
11+
android:layout_height="match_parent"
12+
/>
1013
</LinearLayout>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
34
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Settings" />
45
</resources>

0 commit comments

Comments
 (0)