mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-04-24 21:05:39 +02:00
DroidFish: Fixed wrong drawer menu background color in the edit board
activity.
This commit is contained in:
parent
848b3773ff
commit
022d864624
DroidFish
@ -5,6 +5,7 @@
|
|||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:id="@+id/main"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent">
|
android:layout_height="fill_parent">
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
android:layout_height="match_parent">
|
android:layout_height="match_parent">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:id="@+id/main"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent">
|
android:layout_height="fill_parent">
|
||||||
|
@ -137,7 +137,7 @@ public class EditBoard extends Activity {
|
|||||||
|
|
||||||
private final void initUI() {
|
private final void initUI() {
|
||||||
setContentView(R.layout.editboard);
|
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 firstTitleLine = findViewById(R.id.first_title_line);
|
||||||
View secondTitleLine = findViewById(R.id.second_title_line);
|
View secondTitleLine = findViewById(R.id.second_title_line);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user