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

Commit cee6132d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5571215 from 4891ea2d to qt-release

Change-Id: Id7067946e5e3f9eb53d39673a9e71a93e5aed04e
parents d09b6484 4891ea2d
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
<!--
Copyright (C) 2019 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="24dp"
    android:height="24dp"
    android:viewportWidth="20.0"
    android:viewportHeight="22.0">
    <path
        android:fillColor="#FF1E8E3E"
        android:pathData="M15,17L5,17L5,14.33l1.59,1.58L8,14.5l-3,-3 -1,-1 -4,4 1.41,1.42L3,14.33L3,20a2.006,2.006 0,0 0,2 2L15,22a2.006,2.006 0,0 0,2 -2L17,13L15,13ZM15,20L5,20L5,19L15,19ZM5,5L15,5L15,7.67L13.41,6.09 12,7.5l4,4 4,-4L18.59,6.08 17,7.67L17,2a1.997,1.997 0,0 0,-2 -1.99L5,0A2.006,2.006 0,0 0,3 2v7L5,9ZM5,2L15,2L15,3L5,3Z"/>
</vector>
+24 −0
Original line number Diff line number Diff line
<!--
Copyright (C) 2019 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="24dp"
    android:height="24dp"
    android:viewportWidth="20.0"
    android:viewportHeight="22.0">
    <path
        android:fillColor="#FFD93025"
        android:pathData="M15,17L5,17L5,14.33l1.59,1.58L8,14.5l-3,-3 -1,-1 -4,4 1.41,1.42L3,14.33L3,20a2.006,2.006 0,0 0,2 2L15,22a2.006,2.006 0,0 0,2 -2L17,13L15,13ZM15,20L5,20L5,19L15,19ZM5,5L15,5L15,7.67L13.41,6.09 12,7.5l4,4 4,-4L18.59,6.08 17,7.67L17,2a1.997,1.997 0,0 0,-2 -1.99L5,0A2.006,2.006 0,0 0,3 2v7L5,9ZM5,2L15,2L15,3L5,3Z"/>
</vector>
+22 −31
Original line number Diff line number Diff line
@@ -15,19 +15,17 @@
     limitations under the License.
-->

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >

<FrameLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/preview_viewport"
    android:clipToPadding="true"
    android:clipChildren="true"
    android:layout_width="match_parent"
        android:layout_height="@dimen/captioning_preview_height" >
    android:layout_height="wrap_content">

    <ImageView
        android:layout_width="match_parent"
            android:layout_height="match_parent"
        android:layout_height="@dimen/captioning_preview_height"
        android:contentDescription="@null"
        android:scaleType="centerCrop"
        android:src="@drawable/caption_background"/>
@@ -46,10 +44,3 @@
            android:text="@string/captioning_preview_text"/>
    </FrameLayout>
</FrameLayout>

    <FrameLayout
        android:id="@+id/properties_fragment"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</LinearLayout>
+3 −1
Original line number Diff line number Diff line
@@ -16,7 +16,9 @@
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">
    android:layout_height="wrap_content"
    android:clipChildren="true"
    android:clipToPadding="true">

    <ImageView
        android:id="@+id/video_background"
−1.03 MiB (106 KiB)

File changed.

No diff preview for this file type.

Loading