mirror of
https://github.com/Evolution-X-Devices/device_google_taimen
synced 2026-01-27 12:40:21 +00:00
overlay: Fix rounded corner rendering issues
Since config_roundedCornerMultipleRadius was phased out from T, frameworks read the rounded corner dimensions from rounded.xml. This resulted in bonito & sargo not rendering the rounded corners properly. Change-Id: I5cbdcd959fd7943c74ded9d209e06755b1120670
This commit is contained in:
committed by
Asriadi Rahim
parent
b348418fe4
commit
db341d7d11
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
Copyright (C) 2016 The Android Open Source Project
|
||||
|
||||
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.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="91px"
|
||||
android:height="91px"
|
||||
android:viewportWidth="8"
|
||||
android:viewportHeight="8">
|
||||
|
||||
<path
|
||||
android:fillColor="#000000"
|
||||
android:pathData="M8,0H0v8C0,3.6,3.6,0,8,0z" />
|
||||
|
||||
</vector>
|
||||
Reference in New Issue
Block a user