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