reorg
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 5.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 3.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 8.5 KiB |
@@ -1,26 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent" android:layout_height="wrap_content">
|
||||
|
||||
<RelativeLayout android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="#FFFFFF">
|
||||
|
||||
<Button android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@android:string/ok"
|
||||
android:id="@+id/postOkButton"
|
||||
android:layout_alignBottom="@+id/post"
|
||||
android:layout_alignTop="@id/post"
|
||||
android:layout_alignParentRight="true"></Button>
|
||||
|
||||
<EditText android:layout_toLeftOf="@id/postOkButton"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="@string/post_hint"
|
||||
android:id="@id/post">
|
||||
</EditText>
|
||||
</RelativeLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -1,14 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:orientation="vertical"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
>
|
||||
<ImageButton
|
||||
android:id="@+id/widgetbutton"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:background="@drawable/widget"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
</LinearLayout>
|
||||
@@ -1,30 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent" android:layout_height="fill_parent">
|
||||
|
||||
<Button
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Ok"
|
||||
android:id="@+id/authOkButton"
|
||||
android:layout_alignBottom="@+id/authCode"
|
||||
android:layout_alignParentRight="true"></Button>
|
||||
|
||||
<EditText
|
||||
android:layout_toLeftOf="@id/authOkButton"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Auth Code"
|
||||
android:id="@+id/authCode">
|
||||
</EditText>
|
||||
|
||||
<WebView
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_above="@id/authCode"
|
||||
android:id="@+id/authWebView"
|
||||
android:layout_alignParentTop="true">
|
||||
</WebView>
|
||||
|
||||
</RelativeLayout>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="hello">Hello World!</string>
|
||||
<string name="app_name">Travel Post</string>
|
||||
<string name="twitter_signin">Twitter Sign In</string>
|
||||
<string name="fb_signin">Facebook Sign In</string>
|
||||
<string name="location_settings">Location Settings</string>
|
||||
<string name="about">About</string>
|
||||
<string name="post_settings">Post Settings</string>
|
||||
<string name="save_a_post">Save a post</string>
|
||||
<string name="services">Social Services</string>
|
||||
<string name="post_hint">Whats up?</string>
|
||||
</resources>
|
||||
@@ -1,24 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/app_name">
|
||||
<PreferenceCategory android:title="@string/post_settings">
|
||||
<CheckBoxPreference android:title="@string/save_a_post" android:key="save_a_post"></CheckBoxPreference>
|
||||
<EditTextPreference android:key="saved_post" android:title="Post" android:dependency="save_a_post"></EditTextPreference>
|
||||
</PreferenceCategory><PreferenceCategory
|
||||
android:title="@string/services">
|
||||
<Preference
|
||||
android:title="@string/twitter_signin"
|
||||
android:key="twitter_sign_in"/>
|
||||
<Preference
|
||||
android:title="@string/fb_signin"
|
||||
android:key="facebook_sign_in"/>
|
||||
</PreferenceCategory>
|
||||
<PreferenceCategory
|
||||
android:title="@string/location_settings">
|
||||
|
||||
</PreferenceCategory><PreferenceCategory android:title="@string/about">
|
||||
<com.TwentyCodes.android.TravelPost.TextViewPreference android:title="@string/hello"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
@@ -1,7 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<appwidget-provider
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:minWidth="146dip"
|
||||
android:minHeight="72dip"
|
||||
android:updatePeriodMillis="10000"
|
||||
android:initialLayout="@layout/travelpostwidget"/>
|
||||
Reference in New Issue
Block a user