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

Commit c9083f1a authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Remove remaining universe bits from sysui."

parents f0572335 cdc05e00
Loading
Loading
Loading
Loading
+0 −39
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.
-->

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent" android:layout_height="match_parent">
    <ImageView android:layout_width="wrap_content" android:layout_height="wrap_content"
        android:layout_centerHorizontal="true" android:layout_alignParentTop="true"
        android:src="@drawable/bugdroid" android:scaleType="center" />

    <Button android:id="@+id/close"
        android:layout_width="wrap_content" android:layout_height="wrap_content"
        android:layout_alignParentTop="true" android:layout_alignParentEnd="true"
        android:text="@string/close_universe" />

    <TextView android:id="@+id/title"
        android:layout_width="match_parent" android:layout_height="wrap_content"
        android:layout_below="@id/close" android:layout_centerHorizontal="true"
        android:paddingBottom="16dp"
        android:textAppearance="?android:attr/textAppearanceLarge"
        android:gravity="center" />

    <ImageView android:id="@+id/bottom"
        android:layout_width="wrap_content" android:layout_height="wrap_content"
        android:layout_below="@id/title" android:layout_centerHorizontal="true"
        android:layout_marginTop="16dp" />
</RelativeLayout>
+0 −1
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@
    <string name="gps_notification_found_text" msgid="4619274244146446464">"Ligging deur GPS gestel"</string>
    <string name="accessibility_clear_all" msgid="5235938559247164925">"Verwyder alle kennisgewings."</string>
    <string name="status_bar_notification_inspect_item_title" msgid="1163547729015390250">"Programinligting"</string>
    <string name="close_universe" msgid="3736513750241754348">"Maak toe"</string>
    <string name="notifications_off_title" msgid="8936620513608443224">"Kennisgewings af"</string>
    <string name="notifications_off_text" msgid="2529001315769385273">"Tik hier om kennisgewings weer aan te skakel."</string>
    <string name="accessibility_rotation_lock_off" msgid="4062780228931590069">"Die skerm sal outomaties draai."</string>
+0 −1
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@
    <string name="gps_notification_found_text" msgid="4619274244146446464">"በ GPS የተዘጋጀ ሥፍራ"</string>
    <string name="accessibility_clear_all" msgid="5235938559247164925">"ሁሉንም ማሳወቂያዎች አጽዳ"</string>
    <string name="status_bar_notification_inspect_item_title" msgid="1163547729015390250">"የመተግበሪያ መረጃ"</string>
    <string name="close_universe" msgid="3736513750241754348">"ዝጋ"</string>
    <string name="notifications_off_title" msgid="8936620513608443224">"ማሳወቂያዎች ጠፍተዋል"</string>
    <string name="notifications_off_text" msgid="2529001315769385273">"ማስታወቅያዎችን መልሶ ለማብራት እዚህ ጋር መታ አድርግ።"</string>
    <string name="accessibility_rotation_lock_off" msgid="4062780228931590069">"ማያ ገጽ በራስ ሰር ይዞራል።"</string>
+0 −1
Original line number Diff line number Diff line
@@ -167,7 +167,6 @@
    <string name="gps_notification_found_text" msgid="4619274244146446464">"تم تعيين الموقع بواسطة GPS"</string>
    <string name="accessibility_clear_all" msgid="5235938559247164925">"محو جميع الإشعارات."</string>
    <string name="status_bar_notification_inspect_item_title" msgid="1163547729015390250">"معلومات التطبيق"</string>
    <string name="close_universe" msgid="3736513750241754348">"إغلاق"</string>
    <string name="notifications_off_title" msgid="8936620513608443224">"التنبيهات معطّلة"</string>
    <string name="notifications_off_text" msgid="2529001315769385273">"انقر هنا لإعادة تشغيل الإشعارات."</string>
    <string name="accessibility_rotation_lock_off" msgid="4062780228931590069">"سيتم تدوير الشاشة تلقائيًا."</string>
+0 −1
Original line number Diff line number Diff line
@@ -169,7 +169,6 @@
    <string name="gps_notification_found_text" msgid="4619274244146446464">"Месца задана праз GPS"</string>
    <string name="accessibility_clear_all" msgid="5235938559247164925">"Выдалiць усе апавяшчэннi."</string>
    <string name="status_bar_notification_inspect_item_title" msgid="1163547729015390250">"Інфармацыя пра прыкладанне"</string>
    <string name="close_universe" msgid="3736513750241754348">"Закрыць"</string>
    <string name="notifications_off_title" msgid="8936620513608443224">"Паведамленні адключаны"</string>
    <string name="notifications_off_text" msgid="2529001315769385273">"Націсніце тут, каб зноў уключыць апавяшчэнні."</string>
    <string name="accessibility_rotation_lock_off" msgid="4062780228931590069">"Экран паварочваецца аўтаматычна."</string>
Loading