diff options
| author | ztenghui <ztenghui@google.com> | 2014-05-19 22:43:32 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-19 22:43:32 +0000 |
| commit | 6e9b18a60400b1db8404c612a54af9f417a35d19 (patch) | |
| tree | afd2645700b73f460071bfb889dc9633a81bf5e7 | |
| parent | c101b1c90b5c2e649c7f4b14c9c40c570a3ece05 (diff) | |
| parent | 6d6ebaf4caf6f0d5414e8084d9912ea79c655d87 (diff) | |
| download | frameworks_base-6e9b18a60400b1db8404c612a54af9f417a35d19.zip frameworks_base-6e9b18a60400b1db8404c612a54af9f417a35d19.tar.gz frameworks_base-6e9b18a60400b1db8404c612a54af9f417a35d19.tar.bz2 | |
Merge "Removing versionCode"
| -rw-r--r-- | packages/SystemUI/res/drawable/recents_dismiss_dark.xml | 3 | ||||
| -rw-r--r-- | packages/SystemUI/res/drawable/recents_dismiss_light.xml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/packages/SystemUI/res/drawable/recents_dismiss_dark.xml b/packages/SystemUI/res/drawable/recents_dismiss_dark.xml index 744795e..9c1165d 100644 --- a/packages/SystemUI/res/drawable/recents_dismiss_dark.xml +++ b/packages/SystemUI/res/drawable/recents_dismiss_dark.xml @@ -13,8 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:versionCode="1" > +<vector xmlns:android="http://schemas.android.com/apk/res/android"> <size android:height="16dp" diff --git a/packages/SystemUI/res/drawable/recents_dismiss_light.xml b/packages/SystemUI/res/drawable/recents_dismiss_light.xml index 96bfbe1..a8afeb3 100644 --- a/packages/SystemUI/res/drawable/recents_dismiss_light.xml +++ b/packages/SystemUI/res/drawable/recents_dismiss_light.xml @@ -13,8 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -<vector xmlns:android="http://schemas.android.com/apk/res/android" - android:versionCode="1" > +<vector xmlns:android="http://schemas.android.com/apk/res/android"> <size android:height="16dp" |
