ui/material2/src/androidMain/AndroidManifest.xml
changeset 87 d00b099d8ef3
parent 38 764faee147cc
equal deleted inserted replaced
86:ed5dfac18c84 87:d00b099d8ef3
    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>