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

Commit 8435e4f4 authored by Evan Severson's avatar Evan Severson
Browse files

Delete obsolete layouts

Test: Build and open all permission screens
Change-Id: Ic6ca78751ee2c820920ff51a9038fc0a95104728
parent 59dd61c6
Loading
Loading
Loading
Loading

res/layout/label.xml

deleted100644 → 0
+0 −22
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 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.
-->

<TextView xmlns:android="http://schemas.android.com/apk/res/android"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:gravity="center"
        android:layout_height="wrap_content"
        android:layout_width="wrap_content"
        android:padding="16dp"/>

res/layout/permissions_list.xml

deleted100644 → 0
+0 −31
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 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.
-->

<!--
This is the structure for the list of all permissions.
-->
<com.android.packageinstaller.CaffeinatedScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/scrollview"
    android:fillViewport="true">
    <LinearLayout
        android:id="@+id/permission_list"
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:paddingEnd="4dp"
        android:layout_height="wrap_content">
    </LinearLayout>
</com.android.packageinstaller.CaffeinatedScrollView>