diff options
| author | Keith Packard <keithp@keithp.com> | 2016-04-27 01:40:47 -0400 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2016-04-27 01:40:47 -0400 |
| commit | 3c7b68b8a513b611500dfd734182e1a2e7bdd40c (patch) | |
| tree | ab6a0512643d3704969216ccdb81f9a00872abff /altosdroid/res/layout/setup.xml | |
| parent | 02f47fa98536eb0ecd58cd8f063600ced60e0a8a (diff) | |
altosdroid: Add configurable frequency set
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/layout/setup.xml')
| -rw-r--r-- | altosdroid/res/layout/setup.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/altosdroid/res/layout/setup.xml b/altosdroid/res/layout/setup.xml index 73ba2ad1..630378a1 100644 --- a/altosdroid/res/layout/setup.xml +++ b/altosdroid/res/layout/setup.xml @@ -111,6 +111,11 @@ android:layout_height="wrap_content" android:text="@string/preload_maps" /> + <Button android:id="@+id/manage_frequencies" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:text="@string/manage_frequencies" + /> <Button android:id="@+id/done" android:layout_width="match_parent" android:layout_height="wrap_content" |
