Before Width: | Height: | Size: 107 B |
Before Width: | Height: | Size: 118 B |
Before Width: | Height: | Size: 118 B |
After Width: | Height: | Size: 287 B |
After Width: | Height: | Size: 277 B |
After Width: | Height: | Size: 181 B |
Before Width: | Height: | Size: 759 B After Width: | Height: | Size: 759 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 120 B |
Before Width: | Height: | Size: 124 B |
Before Width: | Height: | Size: 124 B |
After Width: | Height: | Size: 330 B |
After Width: | Height: | Size: 282 B |
After Width: | Height: | Size: 202 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 198 B |
Before Width: | Height: | Size: 199 B |
After Width: | Height: | Size: 436 B |
After Width: | Height: | Size: 351 B |
After Width: | Height: | Size: 225 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 495 B |
Before Width: | Height: | Size: 500 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 218 B |
Before Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 865 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 269 B |
Before Width: | Height: | Size: 253 B |
@ -1,27 +0,0 @@
@@ -1,27 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?> |
||||
<!-- File created by the Android Action Bar Style Generator |
||||
|
||||
Copyright (C) 2011 The Android Open Source Project |
||||
Copyright (C) 2012 readyState Software Ltd |
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License"); |
||||
you may not use this file except in compliance with the License. |
||||
You may obtain a copy of the License at |
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0 |
||||
|
||||
Unless required by applicable law or agreed to in writing, software |
||||
distributed under the License is distributed on an "AS IS" BASIS, |
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
See the License for the specific language governing permissions and |
||||
limitations under the License. |
||||
--> |
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android"> |
||||
<item android:state_pressed="true" |
||||
android:drawable="@drawable/btn_cab_done_pressed_transdroid2" /> |
||||
<item android:state_focused="true" android:state_enabled="true" |
||||
android:drawable="@drawable/btn_cab_done_focused_transdroid2" /> |
||||
<item android:state_enabled="true" |
||||
android:drawable="@drawable/btn_cab_done_default_transdroid2" /> |
||||
</selector> |
@ -0,0 +1,26 @@
@@ -0,0 +1,26 @@
|
||||
<!-- |
||||
Copyright 2010-2013 Eric Kok et al. |
||||
|
||||
Transdroid 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. |
||||
|
||||
Transdroid 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 Transdroid. If not, see <http://www.gnu.org/licenses/>. |
||||
--> |
||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" |
||||
xmlns:app="http://schemas.android.com/apk/res-auto"> |
||||
|
||||
<item |
||||
android:id="@+id/action_copytoclipboard" |
||||
android:icon="@drawable/ic_action_copy" |
||||
android:title="@string/action_copytoclipboard" |
||||
app:showAsAction="always" /> |
||||
|
||||
</menu> |