mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 06:10:28 +01:00
DroidFish: Fixed wrong drawer menu background color in the edit board
activity.
This commit is contained in:
parent
848b3773ff
commit
022d864624
|
@ -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">
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user