Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e61535ac authored by Mark Renouf's avatar Mark Renouf Committed by Android (Google) Code Review
Browse files

Merge "Extract action icons for Wear adjusted for optical alignment" into cw-f-dev

parents 2ce9ec33 b46c93e3
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
<!--
     Copyright (C) 2016 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.
-->
<vector android:height="22dp" android:viewportHeight="22.0"
    android:viewportWidth="22.0" android:width="22dp" xmlns:android="http://schemas.android.com/apk/res/android">
    <path android:fillColor="#FFFFFF" android:pathData="M9.25,14.82L5.43,11l-1.3,1.3 5.12,5.12 11,-11 -1.3,-1.3 -9.7,9.7z"/>
</vector>
+24 −0
Original line number Diff line number Diff line
<!--
     Copyright (C) 2016 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.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="22dp"
        android:height="22dp"
        android:viewportWidth="22.0"
        android:viewportHeight="22.0">
    <path
        android:pathData="M2.77,19.32L22,11.07 2.78,2.82v6.42l13.74,1.83L2.77,12.9v6.42z"
        android:fillColor="#FFFFFF"/>
</vector>
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
            android:layout_width="@dimen/input_extract_action_button_width"
            android:layout_height="@dimen/input_extract_action_button_width"
            android:background="@drawable/input_extract_action_bg_material_dark"
            android:padding="4dp"
            android:padding="@dimen/input_extract_action_icon_padding"
            android:scaleType="centerInside" />
    </FrameLayout>
</android.inputmethodservice.CompactExtractEditLayout>
+1 −0
Original line number Diff line number Diff line
@@ -24,4 +24,5 @@
    <item name="input_extract_action_margin_bottom" type="fraction">0%</item>
    <item name="input_extract_action_button_width" type="dimen">24dp</item>
    <item name="input_extract_action_button_height" type="dimen">24dp</item>
    <item name="input_extract_action_icon_padding" type="dimen">3dp</item>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -24,4 +24,5 @@
    <item name="input_extract_action_margin_bottom" type="fraction">2.1%</item>
    <item name="input_extract_action_button_width" type="dimen">32dp</item>
    <item name="input_extract_action_button_height" type="dimen">32dp</item>
    <item name="input_extract_action_icon_padding" type="dimen">5dp</item>
</resources>