aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/layout/cachedetail_waypoints_footer.xml
blob: 58187c1eca0a931a65b300db53fdcddd53adf9b2 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<Button xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/add_waypoint"
    style="@style/button_full"
    android:layout_margin="10dip"
    android:padding="10dip"
    android:clickable="true"
    android:text="@string/cache_waypoints_add" />