Skip to content

Commit 9289dcc

Browse files
authored
UI enhancement Issue(#6285) (#6287)
* Exclude past locations (P585) from Nearby query * "Send" button text should be white
1 parent efdc9c5 commit 9289dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/activity_wikidata_feedback.xml

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
android:layout_marginEnd="8dp"
103103
android:text="SEND"
104104
android:visibility="visible"
105+
android:textColor="@color/white"
105106
app:layout_constraintBottom_toBottomOf="parent"
106107
app:layout_constraintEnd_toEndOf="@+id/textHeader"
107108
app:layout_constraintHorizontal_bias="1.0"

0 commit comments

Comments
 (0)