Commit bb919163 authored by fallenstardust's avatar fallenstardust

fix

parent 26796474
......@@ -90,7 +90,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/left"
android:background="@drawable/blue"
android:orientation="vertical"
android:paddingLeft="4dp"
android:paddingTop="2dp"
......
......@@ -61,7 +61,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/left"
android:background="@drawable/blue"
android:orientation="vertical"
android:paddingLeft="4dp"
android:paddingTop="2dp"
......
......@@ -23,7 +23,7 @@
<color name="holo_blue_light">#ff33b5e5</color>
<color name="holo_green_bright">#95d389</color>
<color name="holo_orange_bright">#ff982a</color>
<color name="FallNavy">#11113d</color>
<color name="colorMain">#2196F3</color>
<color name="background">#ECEFF1</color>
</resources>
\ No newline at end of file
......@@ -40,6 +40,7 @@
<style name="AppTheme.Game" parent="android:Theme.Holo.NoActionBar.Fullscreen">
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowDisablePreview">true</item>
<item name="android:windowBackground">@color/FallNavy</item>
</style>
<style name="AppTheme.Logo" parent="AppTheme">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment