diff options
| author | koem <koem@petoria.de> | 2013-07-15 09:55:08 +0200 |
|---|---|---|
| committer | koem <koem@petoria.de> | 2013-07-16 20:09:31 +0200 |
| commit | 5e67bd977c076eeb9fc94f903801616cd3d56adb (patch) | |
| tree | 06b7ceaf1187abecd3ca416b1055f139514c9400 /main/res/layout-land | |
| parent | 141c5696becd8a63d25132f1b5b139fbc6a3c179 (diff) | |
| download | cgeo-5e67bd977c076eeb9fc94f903801616cd3d56adb.zip cgeo-5e67bd977c076eeb9fc94f903801616cd3d56adb.tar.gz cgeo-5e67bd977c076eeb9fc94f903801616cd3d56adb.tar.bz2 | |
Fixes #2717 - Compass Speech stops on Rotation
Diffstat (limited to 'main/res/layout-land')
| -rw-r--r-- | main/res/layout-land/compass_activity.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout-land/compass_activity.xml b/main/res/layout-land/compass_activity.xml index e433814..00e12bf 100644 --- a/main/res/layout-land/compass_activity.xml +++ b/main/res/layout-land/compass_activity.xml @@ -120,4 +120,4 @@ android:padding="4dip" /> </LinearLayout> -</LinearLayout>
\ No newline at end of file +</LinearLayout> |
