removed unused resources
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 790 B |
Before Width: | Height: | Size: 796 B |
Before Width: | Height: | Size: 386 B |
Before Width: | Height: | Size: 456 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 345 B |
Before Width: | Height: | Size: 753 B |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 440 B |
Before Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 45 KiB |
Before Width: | Height: | Size: 687 B |
Before Width: | Height: | Size: 814 B |
@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
~ Twidere - Twitter client for Android
|
||||
~
|
||||
~ Copyright (C) 2012-2014 Mariotaku Lee <mariotaku.lee@gmail.com>
|
||||
~
|
||||
~ This program is free software: you can redistribute it and/or modify
|
||||
~ it under the terms of the GNU General Public License as published by
|
||||
~ the Free Software Foundation, either version 3 of the License, or
|
||||
~ (at your option) any later version.
|
||||
~
|
||||
~ This program is distributed in the hope that it will be useful,
|
||||
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
~ GNU General Public License for more details.
|
||||
~
|
||||
~ You should have received a copy of the GNU General Public License
|
||||
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<FrameLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<ProgressBar
|
||||
android:id="@android:id/progress"
|
||||
style="?android:attr/progressBarStyle"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_gravity="center"/>
|
||||
|
||||
</FrameLayout>
|
@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@id/take_photo"
|
||||
android:icon="@android:drawable/ic_menu_camera"
|
||||
android:title="@string/take_photo"/>
|
||||
<item
|
||||
android:id="@id/pick_from_gallery"
|
||||
android:icon="@android:drawable/ic_menu_gallery"
|
||||
android:title="@string/pick_from_gallery"/>
|
||||
<item
|
||||
android:id="@+id/delete_submenu"
|
||||
android:icon="@android:drawable/ic_menu_delete"
|
||||
android:title="@string/delete">
|
||||
<menu>
|
||||
<item
|
||||
android:id="@id/delete"
|
||||
android:icon="@android:drawable/ic_menu_delete"
|
||||
android:title="@string/delete"/>
|
||||
<item
|
||||
android:icon="@android:drawable/ic_menu_close_clear_cancel"
|
||||
android:title="@android:string/cancel"/>
|
||||
</menu>
|
||||
</item>
|
||||
|
||||
</menu>
|
@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<item
|
||||
android:id="@id/take_photo"
|
||||
android:icon="@android:drawable/ic_menu_camera"
|
||||
android:title="@string/take_photo"/>
|
||||
<item
|
||||
android:id="@id/pick_from_gallery"
|
||||
android:icon="@android:drawable/ic_menu_gallery"
|
||||
android:title="@string/pick_from_gallery"/>
|
||||
|
||||
</menu>
|