Merge pull request #1953 from osodebailar/bugfix/fix-insight-textcolor-on-whitetheme
fix insight textcolor on white theme
This commit is contained in:
commit
14aace2181
2 changed files with 0 additions and 2 deletions
|
@ -7,6 +7,5 @@
|
|||
android:gravity="center_vertical"
|
||||
android:paddingStart="16dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="20sp"
|
||||
tools:text="Test" />
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
android:gravity="start"
|
||||
android:paddingStart="5dp"
|
||||
android:paddingEnd="0dp"
|
||||
android:textColor="@android:color/white"
|
||||
android:textSize="14sp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
|
Loading…
Reference in a new issue