am d13a36e7: am 2c72ed41: am a1412c7e: [FM] Unable to save recorded audio from FM radio when a channel has a very long name
* commit 'd13a36e726705347590d31535048e7fadf32187e':
[FM] Unable to save recorded audio from FM radio when a channel has a very long name
diff --git a/res/layout/editstation.xml b/res/layout/editstation.xml
index 784fc27..3978449 100644
--- a/res/layout/editstation.xml
+++ b/res/layout/editstation.xml
@@ -32,6 +32,7 @@
android:singleLine="true"
android:alpha="0.87"
android:hint="@string/station_rename_hint"
+ android:maxLength="60"
android:textSize="16dp"
android:textColor="@color/black_color" />
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>
diff --git a/res/layout/fm_record_activity.xml b/res/layout/fm_record_activity.xml
index 6332619..6e73f94 100644
--- a/res/layout/fm_record_activity.xml
+++ b/res/layout/fm_record_activity.xml
@@ -117,6 +117,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="12dip"
android:layout_marginBottom="-2dip"
+ android:layout_marginRight="24dip"
android:visibility="gone"
android:orientation="horizontal" >
@@ -187,4 +188,4 @@
android:textSize="14sp" />
</LinearLayout>
-</LinearLayout>
\ No newline at end of file
+</LinearLayout>