diff options
author | Maurice Lam <yukl@google.com> | 2014-08-13 15:52:15 -0700 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2014-08-14 17:48:08 -0700 |
commit | d650726b44ebbe8360a6b5b551116c22d0ea10af (patch) | |
tree | 818308304b4f26ccf2c8cc08f158936aa8362f73 /res/drawable/setup_illustration_bg.xml | |
parent | 841f760fd7345ef2d84b9409c27e36c2365a3de4 (diff) | |
download | packages_apps_Settings-d650726b44ebbe8360a6b5b551116c22d0ea10af.tar.gz packages_apps_Settings-d650726b44ebbe8360a6b5b551116c22d0ea10af.tar.bz2 packages_apps_Settings-d650726b44ebbe8360a6b5b551116c22d0ea10af.zip |
[WifiSetup] Update illustrations
Update illustration assets and support for auto-mirroring for RTL
languages.
Bug: 16888091
Change-Id: I828a13558aff42f2ddb12b9afe123f463c4c1522
Diffstat (limited to 'res/drawable/setup_illustration_bg.xml')
-rw-r--r-- | res/drawable/setup_illustration_bg.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/res/drawable/setup_illustration_bg.xml b/res/drawable/setup_illustration_bg.xml new file mode 100644 index 000000000..0a229c795 --- /dev/null +++ b/res/drawable/setup_illustration_bg.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 The Android Open Source Project + + 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. +--> + +<bitmap xmlns:android="http://schemas.android.com/apk/res/android" + android:src="@drawable/setup_illustration_tile" + android:tileMode="repeat" /> |