aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/layout/act_colors.xml1
2 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 6a2b063..1d9d284 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="199">
+ android:versionCode="200">
<application
android:icon="@drawable/icon"
diff --git a/res/layout/act_colors.xml b/res/layout/act_colors.xml
index f399c7a..96fe218 100644
--- a/res/layout/act_colors.xml
+++ b/res/layout/act_colors.xml
@@ -46,7 +46,6 @@
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:layout_toLeftOf="@+id/bg"
- android:id="@+id/fg_label"
android:paddingTop="12dp"
/>