Skip to content
Snippets Groups Projects
Commit d84a98bc authored by Jawnnypoo's avatar Jawnnypoo
Browse files

Explicitly set the text color to white in the widget since it depends on the launcher

parent fc42159f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,14 +2,14 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingBottom="8dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
android:paddingTop="8dp"
android:orientation="horizontal"
android:id="@+id/root">
android:paddingTop="8dp">
 
<ImageView
android:id="@+id/image"
Loading
Loading
@@ -32,6 +32,7 @@
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="Project" />
 
Loading
Loading
@@ -39,6 +40,7 @@
android:id="@+id/description"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="14sp"
tools:text="I like this project because its called a project and it has a really long description that should cut off after a few lines" />
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment