Commit f2414842 authored by Tup's avatar Tup

Stall text in dish view is now more clearly a link

parent 4ee61e6b
......@@ -65,9 +65,12 @@
android:layout_height="wrap_content"
android:id="@+id/dish_stall"
android:layout_weight="1"
android:paddingTop="5dp"
android:paddingTop="10dp"
android:clickable="true"
android:onClick="visitStall"/>
android:onClick="visitStall"
android:paddingBottom="5dp"
android:textSize="18sp"
android:textColor="?android:attr/textColorLink" />
<Button
android:text="Favorite"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment