equal
deleted
inserted
replaced
22 |
22 |
23 --> |
23 --> |
24 <manifest xmlns:android="http://schemas.android.com/apk/res/android"> |
24 <manifest xmlns:android="http://schemas.android.com/apk/res/android"> |
25 <application> |
25 <application> |
26 <activity android:name=".OpenSourceLicensesActivity" |
26 <activity android:name=".OpenSourceLicensesActivity" |
27 android:theme="@android:style/Theme.Material.Light.NoActionBar" |
27 android:theme="@style/Theme.AboutOss.Material2" |
28 android:label="@string/title_oss_licenses" |
28 android:label="@string/title_oss_licenses" |
29 android:exported="false" |
29 android:exported="false" |
30 /> |
30 /> |
31 |
31 |
32 </application> |
32 </application> |