aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout/share.xml90
-rw-r--r--res/values/strings.xml8
2 files changed, 0 insertions, 98 deletions
diff --git a/res/layout/share.xml b/res/layout/share.xml
deleted file mode 100644
index eba570cf..00000000
--- a/res/layout/share.xml
+++ /dev/null
@@ -1,90 +0,0 @@
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/main"
- android:layout_width="match_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
-
- <TableLayout
- android:padding="4dp"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <TableRow
- android:id="@+id/tableRow1"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/textView1"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.3"
- android:text="@string/share_title_prompt"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/title"
- android:singleLine="true"
- android:layout_width="0dp"
- android:hint="@string/share_title_hint"
- android:layout_height="wrap_content"
- android:layout_weight="0.7" >
- </EditText>
- </TableRow>
-
- <TableRow
- android:id="@+id/tableRow2"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/textView2"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.3"
- android:text="@string/share_url_prompt"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <EditText
- android:id="@+id/url"
- android:singleLine="true"
- android:hint="@string/share_url_hint"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="0.7" />
- </TableRow>
-
- <EditText
- android:id="@+id/content"
- android:layout_width="wrap_content"
- android:hint="@string/share_content_hint"
- android:layout_height="wrap_content"
- android:inputType="textMultiLine"
- android:maxLines="3">
- <requestFocus />
- </EditText>
-
- <Button
- android:id="@+id/share_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/share_share_button" />
-
- </TableLayout>
-
- <LinearLayout
- android:id="@+id/loading_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:gravity="center"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/loading_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_horizontal"
- android:text="@string/loading_message" />
- </LinearLayout>
-
-</LinearLayout> \ No newline at end of file
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8787bf38..34085feb 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -128,12 +128,4 @@
<string name="notify_article_published">Article published</string>
<string name="notify_article_unpublished">Article unpublished</string>
<string name="notify_article_note_set">Article note saved</string>
- <string name="api_too_low">This action requires newer version of Tiny Tiny RSS</string>
- <string name="share_url_prompt">URL:</string>
- <string name="share_url_hint">Article URL</string>
- <string name="share_content_hint">Article Content</string>
- <string name="share_title_prompt">Title:</string>
- <string name="share_title_hint">Article Title</string>
- <string name="share_share_button">Share</string>
- <string name="share_article_posted">Article posted.</string>
</resources> \ No newline at end of file