Modified activity_tutorial.xml,tutorial_slide1.xml and colors.xml

This commit is contained in:
gjh 2025-05-28 16:56:34 +08:00
parent 02b78a99c9
commit 2ffc60e2a0
3 changed files with 4 additions and 3 deletions

View file

@ -33,7 +33,7 @@
android:layout_alignParentRight="true" android:layout_alignParentRight="true"
android:background="@null" android:background="@null"
android:text="@string/next" android:text="@string/next"
android:textColor="@android:color/white" /> android:textColor="@color/black" />
</RelativeLayout> </RelativeLayout>

View file

@ -17,7 +17,7 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/slide1_heading" android:text="@string/slide1_heading"
android:textColor="@android:color/white" android:textColor="@color/black"
android:textSize="@dimen/slide_title" android:textSize="@dimen/slide_title"
android:textStyle="bold" /> android:textStyle="bold" />
@ -35,7 +35,7 @@
android:text="@string/slide1_text" android:text="@string/slide1_text"
android:textAlignment="center" android:textAlignment="center"
android:gravity="center" android:gravity="center"
android:textColor="@android:color/white" android:textColor="@color/black"
android:textSize="@dimen/slide_desc" /> android:textSize="@dimen/slide_desc" />
</LinearLayout> </LinearLayout>

View file

@ -10,6 +10,7 @@
<color name="lightgrey">#AAFFFFFF</color> <color name="lightgrey">#AAFFFFFF</color>
<color name="white">#fafafa</color> <color name="white">#fafafa</color>
<color name="red">#d01530</color> <color name="red">#d01530</color>
<color name="black">#000000</color>
<color name="lightred">#fa7972</color> <color name="lightred">#fa7972</color>
<color name="violet">#779461c9</color> <color name="violet">#779461c9</color>
<color name="yellow">#f8f49f</color> <color name="yellow">#f8f49f</color>