Improve UI

This commit is contained in:
Manuel Fuhr 2021-11-15 20:49:05 +01:00
parent 6a8f5036b2
commit 1e594574b5
4 changed files with 79 additions and 65 deletions

View file

@ -36,9 +36,9 @@
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"></activity>
<activity
android:name=".BImportActivity"
android:label="BRouter Profile Import"
android:label="Import Profile"
android:exported="true"
android:theme="@android:style/Theme">
android:theme="@android:style/Theme.NoTitleBar">
<!-- some apps (bluemail) do not recognize the .brf file extention, startactivity+intent is done for attachement with text/plain -->
<intent-filter>
<action android:name="android.intent.action.VIEW" />