Skip to content

Commit 5acf94a

Browse files
Merge pull request #241 from MihaiCristianCondrea/codex/add-open-source-license-support-vcrg9z
Add theming for OSS license screens
2 parents 0294150 + 8efa250 commit 5acf94a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@
6464

6565
<activity
6666
android:name="com.google.android.gms.oss.licenses.OssLicensesMenuActivity"
67-
android:exported="false" />
67+
android:exported="false"
68+
android:theme="@style/AppTheme" />
6869

6970
<activity
7071
android:name="com.google.android.gms.oss.licenses.OssLicensesActivity"
71-
android:exported="false" />
72+
android:exported="false"
73+
android:theme="@style/AppTheme" />
7274

7375
<activity
7476
android:name=".ui.screens.android.CodeActivity"

app/src/main/res/xml/preferences_settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
</androidx.preference.Preference>
101101
<androidx.preference.Preference
102102
app:icon="@drawable/ic_libraries"
103-
app:key="open_source_licenses"
103+
app:key="@string/key_open_source_licenses"
104104
app:title="@string/open_source_licenses" />
105105
<androidx.preference.Preference
106106
app:icon="@drawable/ic_license"

0 commit comments

Comments
 (0)