Small fixes for AboutActivity
* Remove parent activity * Finish activity on "up action" * Remove unused dimensions
This commit is contained in:
parent
f13731f91e
commit
d950e11332
3 changed files with 3 additions and 7 deletions
|
|
@ -212,11 +212,7 @@
|
|||
<activity
|
||||
android:name=".about.AboutActivity"
|
||||
android:label="@string/title_activity_about"
|
||||
android:parentActivityName=".MainActivity"
|
||||
android:theme="@style/AppTheme">
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
android:value="org.schabi.newpipe.MainActivity" />
|
||||
</activity>
|
||||
</application>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue