Browse Source

Viewpager nav button fixes

master
preyearegmi 6 years ago
parent
commit
a7aa947f9d
  1. 2
      app/src/main/res/layout/activity_splash_screen.xml
  2. 2
      app/src/main/res/values/colors.xml

2
app/src/main/res/layout/activity_splash_screen.xml

@ -21,7 +21,7 @@
<LinearLayout
android:id="@+id/layoutDots"
android:layout_width="match_parent"
android:layout_height="30dp"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/_20kdp"
android:gravity="center"
android:orientation="horizontal" />

2
app/src/main/res/values/colors.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#ed1b24 </color>
<color name="splashDarkRedBg">#7e071b </color>
<color name="splashDarkRedBg">#be0007 </color>
<!--<color name="colorPrimary">#da3832 </color>-->
<!--<color name="colorPrimary">#FF0000 </color>-->
<color name="colorPrimaryDark">#be0007</color>

Loading…
Cancel
Save