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

Commit b47b4f8b authored by cretin45's avatar cretin45 Committed by Ed Carrigan
Browse files

Gallery2: More material for filtershow

Change-Id: I2633910d3007a12103e45d319997d239aebbc4b8
parent d6b6f9da
Loading
Loading
Loading
Loading
−1.82 KiB
Loading image diff...
−2.83 KiB
Loading image diff...
+0 −21
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     Copyright (C) 2013 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/filtershow_background_new"
        android:tileMode="repeat"
        android:dither="false" />
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:id="@+id/mainView"
             android:background="@drawable/filtershow_tiled_background">
             android:background="@color/filtershow_background">

    <LinearLayout
            android:layout_width="match_parent"
@@ -35,7 +35,7 @@

            <ProgressBar
                    android:id="@+id/loading"
                    style="@android:style/Widget.Holo.ProgressBar.Large"
                    style="@android:style/Widget.Material.ProgressBar.Large"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_gravity="center"
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="match_parent"
    android:background="@drawable/filtershow_button_background"
    android:id="@+id/filtershow_done"
    android:textAllCaps="true"
    android:text="@string/save"
Loading