DroidFish: Fixed wrong drawer menu background color in the edit board

activity.
This commit is contained in:
Peter Osterlund 2016-01-16 23:56:13 +01:00
parent 848b3773ff
commit 022d864624
3 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@
android:layout_height="match_parent">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

View File

@ -5,6 +5,7 @@
android:layout_height="match_parent">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">

View File

@ -137,7 +137,7 @@ public class EditBoard extends Activity {
private final void initUI() {
setContentView(R.layout.editboard);
Util.overrideViewAttribs(findViewById(android.R.id.content));
Util.overrideViewAttribs(findViewById(R.id.main));
View firstTitleLine = findViewById(R.id.first_title_line);
View secondTitleLine = findViewById(R.id.second_title_line);