diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 113a80b83..7761403ec 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -382,7 +382,7 @@ - + diff --git a/AndroidManifest.xml.pattern b/AndroidManifest.xml.pattern index cc3d12594..696de9ab6 100644 --- a/AndroidManifest.xml.pattern +++ b/AndroidManifest.xml.pattern @@ -382,7 +382,7 @@ - + diff --git a/assets/resources/application/en.xml b/assets/resources/application/en.xml index 566dd3286..6f941f34c 100644 --- a/assets/resources/application/en.xml +++ b/assets/resources/application/en.xml @@ -1207,7 +1207,7 @@ - + diff --git a/res/layout/widget_simple_config.xml b/res/layout/widget_simple_config.xml index eb4eb9557..904b39005 100644 --- a/res/layout/widget_simple_config.xml +++ b/res/layout/widget_simple_config.xml @@ -4,16 +4,16 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:padding="7dp" + android:padding="15dp" > @@ -36,7 +36,7 @@ + diff --git a/src/org/geometerplus/android/fbreader/widget/simple/ConfigurationActivity.java b/src/org/geometerplus/android/fbreader/widget/simple/ConfigurationActivity.java index 5a345f6f1..34d8e18fa 100644 --- a/src/org/geometerplus/android/fbreader/widget/simple/ConfigurationActivity.java +++ b/src/org/geometerplus/android/fbreader/widget/simple/ConfigurationActivity.java @@ -66,7 +66,6 @@ public class ConfigurationActivity extends Activity { setContentView(R.layout.widget_simple_config); final ZLResource widgetResource = ZLResource.resource("widget").getResource("simple"); - setTitle(widgetResource.getValue()); myWidgetId = AppWidgetManager.INVALID_APPWIDGET_ID; final Bundle extras = getIntent().getExtras();