mirror of
https://github.com/woheller69/solxpect.git
synced 2025-09-22 00:40:46 +02:00
Modified activity_tutorial.xml,tutorial_slide1.xml and colors.xml
This commit is contained in:
parent
02b78a99c9
commit
2ffc60e2a0
3 changed files with 4 additions and 3 deletions
|
@ -33,7 +33,7 @@
|
|||
android:layout_alignParentRight="true"
|
||||
android:background="@null"
|
||||
android:text="@string/next"
|
||||
android:textColor="@android:color/white" />
|
||||
android:textColor="@color/black" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
|
@ -17,7 +17,7 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/slide1_heading"
|
||||
android:textColor="@android:color/white"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="@dimen/slide_title"
|
||||
android:textStyle="bold" />
|
||||
|
||||
|
@ -35,7 +35,7 @@
|
|||
android:text="@string/slide1_text"
|
||||
android:textAlignment="center"
|
||||
android:gravity="center"
|
||||
android:textColor="@android:color/white"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="@dimen/slide_desc" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
<color name="lightgrey">#AAFFFFFF</color>
|
||||
<color name="white">#fafafa</color>
|
||||
<color name="red">#d01530</color>
|
||||
<color name="black">#000000</color>
|
||||
<color name="lightred">#fa7972</color>
|
||||
<color name="violet">#779461c9</color>
|
||||
<color name="yellow">#f8f49f</color>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue