Prepare release 2.4.0 (#283)
Remove Translucent background Fix missing theme colors, layouts using standard Fix toolbar color Prepare 2.4.0 release Reviewed-on: https://gitea.com/gitnex/GitNex/pulls/283
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
android:name=".activities.RepoDetailActivity"
|
||||
android:label="@string/title_activity_repo_detail"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity android:name=".activities.MainActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar">
|
||||
<activity android:name=".activities.MainActivity" android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user