[Mod][Source]Do it yourself - SystemUI - Quicksetting - Background

  • 1.865 Antworten
  • Letztes Antwortdatum
Boa LEute ich komm auch nicht weiter . ich hab mir die Org. System Ui von Wanam vorgeknöpft ... aber immer das gleiche Ergebnis .?!
 
dogg schrieb:
ist die systemui in deinem zuvor geposteten link die von turkbey? so wie er sie in der rom hat?

weil dann schau ich mir die mal genauer an. das macht für mich keinen sinn, diese tags da in dieser xml :confused:

Ja

gesendet von Dr.No
 
dogg schrieb:
@dr.no

hab mir mal deine stat_sys_battery_charge angesehen. ich vermutete den fehler da, deshalb habe ich mir die mühe nicht gemacht deine komplette systemui anzuschauen.


verlgeiche mal die beiden xml's die im anhang dabei sind.
einmal meine, einmal diese die du vorhin gepostet hattest.

(beide decompiled).

du wirst schnell selber sehen, dass deine charge ani xml völlig falsch ist - IMO!

die ani ist bei dir falsch aufgebaut. du verwendest alle anim png's um ein prozent zu animieren. sowie ich das interpretiere.

schon alleine die grösse der xml liess mich aufblicken O_o. hab noch nie eine .xml gesehen die grösser als 1MB ist! Das gibts glaube ich nicht einmal in der framework. ;)

also, vergleiche mal die beiden xml's und du wirst merken wo euer problem liegt.

DEINE XML

MEINE XML

PS: Woher hast du diese xml? bzw. aus welcher apk? oder hast du das selber zusammengebastelt? xD

So hab mir das mal angesehen und meine Meinung ist (lass mich gern verbessern), bei deiner XML wird nicht animiert wie der Akku läd. Außer das hin und her springen zwischen % und lade Icon in % mit dem Pfeil richtig ? bei der von Turkbey ist die Animation richtig so wie sie immer war erst % dann wird der Akku gefüllt von 0-voll mit den lade Icons. dann kommt wieder % und dann wird wieder der Akku gefüllt. So kenn ich das schon immer, Masta Gee ist das mal aufgefallen das dies nicht mehr geht nun weiß ich eben auch warum. Das dazu


So hier mal meine änderungen wo ich gemacht hab :

änderung in Rot geschrieben und in Klammer wie es vorher war

status_bar.xml

<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/status_bar_bg"(status_bar_background) android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"><ImageView android:id="@id/notification_lights_out" android:paddingLeft="6.0dip" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center"/><LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"><LinearLayout android:orientation="horizontal" android:id="@id/notification_icon_area" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0"><com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more"/><com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true"/></LinearLayout><LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent"/><LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent"><include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/signal_cluster_view"/><ImageView android:id="@id/battery" android:paddingLeft="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content"/></LinearLayout><com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Clock" android:gravity="left|center" android:id="@id/clock" android:paddingLeft="6.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true"/></LinearLayout><LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent"><ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginRight="4.0dip"><com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="center"/><com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="center"/></ImageSwitcher><com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0"><TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true"/><TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true"/></com.android.systemui.statusbar.phone.TickerView></LinearLayout></com.android.systemui.statusbar.phone.PhoneStatusBarView>

tw_status_bar.xml

<com.android.systemui.statusbar.phone.PhoneStatusBarView android:orientation="vertical" android:id="@id/status_bar" android:background="@drawable/status_bar_bg"(status_bar_background) android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"><ImageView android:id="@id/notification_lights_out" android:paddingLeft="6.0dip" android:paddingBottom="2.0dip" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lights_out_dot_small" android:scaleType="center"/><LinearLayout android:orientation="horizontal" android:id="@id/icons" android:paddingLeft="6.0dip" android:paddingRight="6.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent"><LinearLayout android:orientation="horizontal" android:id="@id/left_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0"><TextView android:textSize="15.0dip" android:gravity="center_vertical" android:id="@id/carrierLabel" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true"/><ImageView android:id="@id/doNotDisturbIcon" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_dnd" android:alpha="0.7" android:scaleX="0.85" android:scaleY="0.85"/><com.android.systemui.statusbar.StatusBarIconView android:id="@id/moreIcon" android:visibility="gone" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="fill_parent" android:src="@drawable/stat_notify_more"/><com.android.systemui.statusbar.phone.IconMerger android:gravity="center_vertical" android:orientation="horizontal" android:id="@id/notificationIcons" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true"/></LinearLayout><LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="fill_parent"><com.android.systemui.statusbar.policy.Clock android:textSize="@dimen/status_bar_clock_text_size" android:textColor="#ff33b5e5" android:gravity="center" android:layout_width="wrap_content" android:layout_height="fill_parent" android:singleLine="true"/></LinearLayout><LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/right_icons" android:layout_width="0.0dip" android:layout_height="fill_parent" android:layout_weight="1.0" android:layout_alignParentRight="true"><LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/statusIcons" android:layout_width="wrap_content" android:layout_height="fill_parent"/><LinearLayout android:gravity="right|center" android:orientation="horizontal" android:id="@id/signal_battery_cluster" android:paddingLeft="2.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent"><include android:id="@id/signal_cluster" android:layout_width="wrap_content" android:layout_height="wrap_content" layout="@layout/tw_signal_cluster_view"/><TextView android:textSize="12.0dip" android:textColor="#ff33b5e5" android:layout_gravity="center" android:id="@id/battery_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/status_bar_network_name_separator"/><ImageView android:gravity="center" android:id="@id/battery" android:layout_width="wrap_content" android:layout_height="wrap_content"/></LinearLayout></LinearLayout></LinearLayout><LinearLayout android:orientation="horizontal" android:id="@id/ticker" android:paddingLeft="6.0dip" android:animationCache="false" android:layout_width="fill_parent" android:layout_height="fill_parent"><ImageSwitcher android:id="@id/tickerIcon" android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:layout_marginRight="4.0dip"><com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside"/><com.android.systemui.statusbar.AnimatedImageView android:layout_width="@dimen/status_bar_icon_size" android:layout_height="@dimen/status_bar_icon_size" android:scaleType="centerInside"/></ImageSwitcher><com.android.systemui.statusbar.phone.TickerView android:id="@id/tickerText" android:paddingTop="2.0dip" android:paddingRight="10.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0"><TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:id="@id/ticker_text_view_old" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true"/><TextView android:textAppearance="@style/TextAppearance.StatusBar.PhoneTicker" android:id="@id/ticker_text_view_new" android:layout_width="fill_parent" android:layout_height="wrap_content" android:singleLine="true"/></com.android.systemui.statusbar.phone.TickerView></LinearLayout></com.android.systemui.statusbar.phone.PhoneStatusBarView>

center Clock war von Turkbey selber schon geschrieben.

tw_status_bar_expanded.xml

<FrameLayout android:id="@id/notification_panel" android:background="@drawable/back" android:paddingTop="@dimen/notification_panel_padding_top" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="@dimen/notification_panel_margin_left"><FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="@dimen/close_handle_underlap"><include android:layout_width="fill_parent" android:layout_height="@dimen/tw_notification_panel_header_height" layout="@layout/tw_status_bar_expanded_header"/><com.wanamlite.systemui.quickpanel.PowerWidget android:id="@id/exp_power_stat" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/notification_panel_header_height"/><HorizontalScrollView android:id="@id/quicksetting_scroller" android:scrollbars="none" android:layout_width="wrap_content" android:layout_height="@dimen/quick_setting_button_height" android:layout_marginTop="@dimen/tw_notification_panel_header_height"><com.android.systemui.statusbar.policy.quicksetting.QuickSettingPanel android:orientation="horizontal" android:id="@id/quicksetting_container" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:divider="@drawable/tw_black_bg" android:showDividers="middle"/></HorizontalScrollView><LinearLayout android:orientation="vertical" android:id="@id/brightness_controller" android:background="#00000000" android:layout_width="fill_parent" android:layout_height="56.0dip" android:layout_marginTop="@dimen/notification_panel_quicksettingbtn_height"><LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="55.0dip"><ImageView android:id="@id/brightness_icon" android:clickable="true" android:layout_width="25.0dip" android:layout_height="fill_parent" android:layout_marginLeft="13.0dip" android:src="@drawable/ic_sysbar_brightness" android:contentDescription="@string/accessibility_brightness_icon"/><FrameLayout android:id="@id/brightness_group" android:layout_width="fill_parent" android:layout_height="fill_parent"><com.android.systemui.statusbar.policy.ToggleSlider android:id="@id/brightness" android:layout_width="fill_parent" android:layout_height="fill_parent" systemui:text="@string/status_bar_settings_auto_brightness_label"/><com.android.systemui.statusbar.policy.ToggleSlider android:id="@id/auto_brightness" android:layout_width="fill_parent" android:layout_height="fill_parent" systemui:text="@string/status_bar_settings_auto_brightness_label"/></FrameLayout></LinearLayout><View android:background="#00000000" android:layout_width="fill_parent" android:layout_height="1.0dip"/></LinearLayout><ScrollView android:id="@id/scroll" android:fadingEdge="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginTop="@dimen/notification_panel_notification_top_margin" android:overScrollMode="ifContentScrolls"><LinearLayout android:orientation="vertical" android:id="@id/scrollCart" android:layout_width="fill_parent" android:layout_height="wrap_content"><LinearLayout android:orientation="vertical" android:id="@id/noNotificationsTitle" android:focusable="true" android:layout_width="fill_parent" android:layout_height="wrap_content"><TextView android:textSize="@dimen/status_bar_expanded_notification_category_text_size" android:textStyle="bold" android:textColor="@color/notification_category_color" android:gravity="left|center" android:id="@id/noNotificationsText" android:paddingLeft="85.0dip" android:layout_width="50.0mm" android:layout_height="@dimen/status_bar_expanded_notification_category_height" android:text="@string/status_bar_no_notifications_title"/></LinearLayout><LinearLayout android:orientation="vertical" android:id="@id/onGoingCart" android:background="@drawable/dark_header" android:focusable="true" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_expanded_notification_category_height"><TextView android:textSize="@dimen/status_bar_expanded_notification_category_text_size" android:textStyle="bold" android:textColor="@color/notification_category_color" android:gravity="center" android:id="@id/onGoingNotificationText" android:paddingLeft="60.0dip" android:layout_width="50.0mm" android:layout_height="fill_parent" android:text="@string/status_bar_ongoing_events_title"/></LinearLayout><com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/onGoingItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/tw_notification_row_min_height"/><LinearLayout android:orientation="vertical" android:id="@id/notificationCart" android:background="@drawable/dark_header" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/status_bar_expanded_notification_category_height"><RelativeLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content"><TextView android:textSize="@dimen/status_bar_expanded_notification_category_text_size" android:textStyle="bold" android:textColor="@color/notification_category_color" android:gravity="left|center" android:id="@id/latestNotificationText" android:paddingLeft="110.0dip" android:layout_width="50.0mm" android:layout_height="fill_parent" android:text="@string/status_bar_latest_events_title" android:layout_alignParentLeft="true"/><TextView android:textSize="@dimen/status_bar_expanded_notification_clear_button_text_size" android:textColor="@color/tw_status_bar_clear_btn_text" android:gravity="center" android:id="@id/clear_all_button" android:background="@drawable/tw_btn_default_small" android:padding="0.100000024dip" android:focusable="true" android:clickable="true" android:layout_width="@dimen/status_bar_expanded_clear_button_width" android:layout_height="fill_parent" android:layout_marginRight="4.0dip" android:text="@string/status_bar_clear_all_button" android:layout_alignParentRight="true" android:contentDescription="@string/accessibility_clear_all"/></RelativeLayout></LinearLayout><com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/notificationItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/tw_notification_row_min_height"/><com.android.systemui.statusbar.policy.NotificationRowLayout android:id="@id/latestItems" android:layout_width="fill_parent" android:layout_height="wrap_content" systemui:rowHeight="@dimen/tw_notification_row_min_height"/></LinearLayout></ScrollView></FrameLayout><com.android.systemui.statusbar.phone.CloseDragHandle android:layout_gravity="bottom" android:orientation="vertical" android:id="@id/close" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height"><RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"><ImageView android:layout_gravity="bottom" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height" android:src="@drawable/tw_status_bar_close" android:scaleType="fitXY"/><TextView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Network" android:gravity="center" android:layout_gravity="bottom" android:id="@id/carrier_label" android:layout_width="fill_parent" android:layout_height="@dimen/tw_close_handle_height" android:layout_marginBottom="10.0dip"/></RelativeLayout></com.android.systemui.statusbar.phone.CloseDragHandle></FrameLayout>

damit das Aktuell, keine benachrichtigung und benachrichtigung in der mitte steht

tw_status_bar_expanded_header.xml

<LinearLayout android:gravity="center_vertical" android:orientation="horizontal" android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="39.0dip" android:baselineAligned="false"><com.android.systemui.statusbar.policy.Clock android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Clock" android:textColor="#ff33b5e5" android:id="@id/clock" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="4.0dip" android:layout_marginTop="-3.0dip" android:singleLine="true" systemui:ampmSmall="true"/><com.android.systemui.statusbar.policy.DateView android:textAppearance="@style/TextAppearance.StatusBar.Expanded.Date" android:textColor="#ff33b5e5" android:ellipsize="none" android:id="@id/date" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="8.0dip" android:layout_marginRight="4.0dip" android:maxLines="2"/><com.android.systemui.statusbar.RotationToggle android:id="@id/rotation_lock_button" android:visibility="gone" android:clickable="true" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_margin="8.0dip" android:button="@drawable/ic_notify_rotation" android:contentDescription="@string/accessibility_rotation_lock_off"/><Space android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_weight="1.0"/><com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:paddingLeft="1.0dip" android:paddingRight="1.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_recent" android:layout_toLeftOf="@id/back" android:contentDescription="@string/accessibility_recent" systemui:keyCode="187" systemui:glowBackground="@drawable/ic_sysbar_highlight"/><com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/back" android:paddingLeft="1.0dip" android:paddingRight="1.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_lock" android:layout_toLeftOf="@id/settings_button" android:contentDescription="@string/accessibility_back" systemui:keyCode="26" systemui:glowBackground="@drawable/ic_sysbar_highlight"/><com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/clear_all_button" android:paddingLeft="1.0dip" android:paddingRight="5.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_notify_clear" android:layout_toLeftOf="@id/settings_button" android:contentDescription="@string/accessibility_clear_all"/><ImageView android:layout_width="1.0dip" android:layout_height="25.0dip" android:layout_marginTop="7.0dip" android:layout_marginBottom="7.0dip" android:src="@drawable/tw_quick_panel_plnm_setting_dv"/><RelativeLayout android:id="@id/settings_button" android:background="@drawable/tw_quick_panel_setting_button_bg" android:focusable="true" android:visibility="visible" android:layout_width="50.0dip" android:layout_height="wrap_content"><ImageView android:id="@id/settings_button_icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/tw_quickpanel_icon_settings" android:scaleType="center" android:layout_centerHorizontal="true" android:layout_centerVertical="true" android:contentDescription="@string/accessibility_settings_button"/></RelativeLayout></LinearLayout>

damit der löschbutton oben ist

tw_super_status_bar.xml

<com.android.systemui.statusbar.phone.StatusBarWindowView android:background="@drawable/status_bar_bg"("#ff000000") android:focusable="true" android:fitsSystemWindows="true" android:descendantFocusability="afterDescendants"><include android:layout_width="fill_parent" android:layout_height="@*android:dimen/status_bar_height" layout="@layout/tw_status_bar"/><include android:layout_width="fill_parent" android:layout_height="0.0dip" layout="@layout/tw_status_bar_expanded"/></com.android.systemui.statusbar.phone.StatusBarWindowView>

values/color

<resources><color name="notification_panel_solid_background">#ff000000</color><color name="status_bar_recents_app_label_color">#ffffffff</color><color name="notification_list_shadow_top">#80000000</color><color name="notification_category_color">#ff33b5e5</color><color name="tw_status_bar_clear_btn_text">#00ffffff</color><color name="tw_holoclock_color">#ffe6e6e6</color></resources>

einfach die farbe geändert von weiß zu ICS blau und löschbutton schrift Tranzparent

values/drawables

<resources><item type="drawable" name="APKTOOL_DUMMY_0051">false</item><item type="drawable" name="APKTOOL_DUMMY_005f">false</item><item type="drawable" name="APKTOOL_DUMMY_0061">false</item><item type="drawable" name="APKTOOL_DUMMY_0062">false</item><item type="drawable" name="APKTOOL_DUMMY_0082">false</item><item type="drawable" name="APKTOOL_DUMMY_0083">false</item><item type="drawable" name="APKTOOL_DUMMY_0084">false</item><item type="drawable" name="APKTOOL_DUMMY_0085">false</item><item type="drawable" name="APKTOOL_DUMMY_0086">false</item><item type="drawable" name="APKTOOL_DUMMY_0087">false</item><item type="drawable" name="APKTOOL_DUMMY_0088">false</item><item type="drawable" name="APKTOOL_DUMMY_0089">false</item><item type="drawable" name="APKTOOL_DUMMY_0093">false</item><item type="drawable" name="APKTOOL_DUMMY_0094">false</item><item type="drawable" name="APKTOOL_DUMMY_00a0">false</item><item type="drawable" name="APKTOOL_DUMMY_00a7">false</item><item type="drawable" name="APKTOOL_DUMMY_00a8">false</item><item type="drawable" name="APKTOOL_DUMMY_00af">false</item><item type="drawable" name="APKTOOL_DUMMY_00b0">false</item><item type="drawable" name="APKTOOL_DUMMY_0118">false</item><item type="drawable" name="APKTOOL_DUMMY_0119">false</item><item type="drawable" name="APKTOOL_DUMMY_011a">false</item><item type="drawable" name="APKTOOL_DUMMY_011b">false</item><item type="drawable" name="APKTOOL_DUMMY_011c">false</item><item type="drawable" name="APKTOOL_DUMMY_011d">false</item><item type="drawable" name="APKTOOL_DUMMY_0145">false</item><item type="drawable" name="APKTOOL_DUMMY_0146">false</item><item type="drawable" name="APKTOOL_DUMMY_0147">false</item><item type="drawable" name="APKTOOL_DUMMY_0148">false</item><item type="drawable" name="APKTOOL_DUMMY_0149">false</item><item type="drawable" name="APKTOOL_DUMMY_014a">false</item><item type="drawable" name="APKTOOL_DUMMY_014b">false</item><item type="drawable" name="APKTOOL_DUMMY_014c">false</item><item type="drawable" name="APKTOOL_DUMMY_014d">false</item><item type="drawable" name="APKTOOL_DUMMY_014e">false</item><item type="drawable" name="APKTOOL_DUMMY_0152">false</item><item type="drawable" name="APKTOOL_DUMMY_0153">false</item><item type="drawable" name="APKTOOL_DUMMY_0154">false</item><item type="drawable" name="APKTOOL_DUMMY_0155">false</item><item type="drawable" name="APKTOOL_DUMMY_0156">false</item><item type="drawable" name="APKTOOL_DUMMY_0157">false</item><item type="drawable" name="APKTOOL_DUMMY_0158">false</item><item type="drawable" name="APKTOOL_DUMMY_0159">false</item><item type="drawable" name="APKTOOL_DUMMY_015a">false</item><item type="drawable" name="APKTOOL_DUMMY_018b">false</item><item type="drawable" name="APKTOOL_DUMMY_0191">false</item><item type="drawable" name="APKTOOL_DUMMY_01a4">false</item><item type="drawable" name="APKTOOL_DUMMY_01a5">false</item><item type="drawable" name="APKTOOL_DUMMY_01a8">false</item><item type="drawable" name="APKTOOL_DUMMY_01ed">false</item><item type="drawable" name="notification_number_text_color">#ff33b5e5</item><item type="drawable" name="ticker_background_color">#ff1d1d1d</item><item type="drawable" name="tw_status_bar_quicksetting_button_background">#ff000000</item><item type="drawable" name="status_bar_recents_app_thumbnail_background">#88000000</item><item type="drawable" name="status_bar_notification_row_background_color">#ff090909</item><item type="drawable" name="recents_callout_line">#99ffffff</item><item type="drawable" name="notification_item_background_legacy_color">#ffaaaaaa</item><item type="drawable" name="intruder_bg_pressed">#ff33b5e5</item><item type="drawable" name="system_bar_background">#ff000000</item><item type="drawable" name="notification_icon_area_smoke">#aa000000</item><item type="drawable" name="tw_notification_background_null">@drawable/noti_bg</item>(war vorher Farbcode drin)<item type="drawable" name="tw_notification_background_pressed">@drawable/noti_bg_press</item>(war vorher Farbcode drin)</resources>


<item type="drawable" name="status_bar_background">#ff000000</item> diese Zeile hab ich gelöscht

values/puplic

<resources><public type="attr" name="keyCode" id="0x7f010000"/><public type="attr" name="keyRepeat" id="0x7f010001"/><public type="attr" name="glowBackground" id="0x7f010002"/><public type="attr" name="text" id="0x7f010003"/><public type="attr" name="insetLeft" id="0x7f010004"/><public type="attr" name="rowHeight" id="0x7f010005"/><public type="attr" name="recentItemLayout" id="0x7f010006"/><public type="attr" name="ampmSmall" id="0x7f010007"/><public type="drawable" name="compat_mode_help_bg" id="0x7f02000c"/><public type="drawable" name="jandycane" id="0x7f020041"/><public type="drawable" name="notify_item_glow_bottom" id="0x7f02004b"/><public type="drawable" name="redbean0" id="0x7f020059"/><public type="drawable" name="redbean1" id="0x7f02005a"/><public type="drawable" name="redbean2" id="0x7f02005b"/><public type="drawable" name="redbeandroid" id="0x7f02005c"/><public type="drawable" name="alert_bar_background" id="0x7f020000"/><public type="drawable" name="btn_default_small" id="0x7f020006"/><public type="drawable" name="edit_button" id="0x7f020011"/><public type="drawable" name="hd" id="0x7f020012"/><public type="drawable" name="ic_menu_cancel" id="0x7f020016"/><public type="drawable" name="ic_menu_done" id="0x7f020017"/><public type="drawable" name="ic_notify_clear" id="0x7f02001c"/><public type="drawable" name="ic_notify_quicksettings" id="0x7f02001f"/><public type="drawable" name="ic_notify_rotation" id="0x7f020022"/><public type="drawable" name="ic_sysbar_ime" id="0x7f020030"/><public type="drawable" name="ic_sysbar_zoom" id="0x7f02003c"/><public type="drawable" name="intruder_row_bg" id="0x7f02003f"/><public type="drawable" name="intruder_window_bg" id="0x7f020040"/><public type="drawable" name="miniapp_traybar_handler" id="0x7f020042"/><public type="drawable" name="miniapp_traybar_handler_normal" id="0x7f020043"/><public type="drawable" name="miniapp_traybar_handler_pressd" id="0x7f020044"/><public type="drawable" name="navbar_search_handle" id="0x7f020045"/><public type="drawable" name="navbar_search_outerring" id="0x7f020046"/><public type="drawable" name="notification_list_shadow" id="0x7f020048"/><public type="drawable" name="notification_row_legacy_bg" id="0x7f02004a"/><public type="drawable" name="notify_panel_clock_bg" id="0x7f02004c"/><public type="drawable" name="pocket_drag_bg" id="0x7f02004f"/><public type="drawable" name="APKTOOL_DUMMY_0051" id="0x7f020051"/><public type="drawable" name="recents_thumbnail_fg" id="0x7f020058"/><public type="drawable" name="scrollbar_handle_horizontal" id="0x7f02005e"/><public type="drawable" name="APKTOOL_DUMMY_005f" id="0x7f02005f"/><public type="drawable" name="spen_item" id="0x7f020060"/><public type="drawable" name="APKTOOL_DUMMY_0061" id="0x7f020061"/><public type="drawable" name="APKTOOL_DUMMY_0062" id="0x7f020062"/><public type="drawable" name="stat_sys_battery" id="0x7f020067"/><public type="drawable" name="stat_sys_battery_charge" id="0x7f020070"/><public type="drawable" name="APKTOOL_DUMMY_0082" id="0x7f020082"/><public type="drawable" name="APKTOOL_DUMMY_0083" id="0x7f020083"/><public type="drawable" name="APKTOOL_DUMMY_0084" id="0x7f020084"/><public type="drawable" name="APKTOOL_DUMMY_0085" id="0x7f020085"/><public type="drawable" name="APKTOOL_DUMMY_0086" id="0x7f020086"/><public type="drawable" name="APKTOOL_DUMMY_0087" id="0x7f020087"/><public type="drawable" name="APKTOOL_DUMMY_0088" id="0x7f020088"/><public type="drawable" name="APKTOOL_DUMMY_0089" id="0x7f020089"/><public type="drawable" name="APKTOOL_DUMMY_0093" id="0x7f020093"/><public type="drawable" name="APKTOOL_DUMMY_0094" id="0x7f020094"/><public type="drawable" name="APKTOOL_DUMMY_00a0" id="0x7f0200a0"/><public type="drawable" name="APKTOOL_DUMMY_00a7" id="0x7f0200a7"/><public type="drawable" name="APKTOOL_DUMMY_00a8" id="0x7f0200a8"/><public type="drawable" name="APKTOOL_DUMMY_00af" id="0x7f0200af"/><public type="drawable" name="APKTOOL_DUMMY_00b0" id="0x7f0200b0"/><public type="drawable" name="stat_sys_gps_acquiring_anim" id="0x7f0200bc"/><public type="drawable" name="stat_sys_roaming_cdma_flash" id="0x7f0200c4"/><public type="drawable" name="status_bar_bg" id="0x7f0200e8"/><public type="drawable" name="status_bar_close" id="0x7f0200ea"/><public type="drawable" name="status_bar_expand" id="0x7f0200ed"/><public type="drawable" name="status_bar_item_background" id="0x7f0200f1"/><public type="drawable" name="status_bar_recents_background" id="0x7f0200f2"/><public type="drawable" name="status_bar_settings_slider_disabled" id="0x7f0200f3"/><public type="drawable" name="status_bar_ticker_background" id="0x7f0200f4"/><public type="drawable" name="status_bar_toggle_button" id="0x7f0200f5"/><public type="drawable" name="system_bar_notification_header_bg" id="0x7f0200f6"/><public type="drawable" name="system_bar_ticker_background" id="0x7f0200f7"/><public type="drawable" name="ticker_background" id="0x7f0200f8"/><public type="drawable" name="topmenu_button" id="0x7f0200fb"/><public type="drawable" name="traybar_edit_2pxline" id="0x7f0200fc"/><public type="drawable" name="traybar_edit_bg" id="0x7f0200fd"/><public type="drawable" name="traybar_handler" id="0x7f0200fe"/><public type="drawable" name="traybar_handler_bg" id="0x7f0200ff"/><public type="drawable" name="traybar_icon_bg" id="0x7f020102"/><public type="drawable" name="traybar_stat_arrange" id="0x7f020103"/><public type="drawable" name="traybar_stat_arrange_normal" id="0x7f020104"/><public type="drawable" name="traybar_stat_arrange_press" id="0x7f020105"/><public type="drawable" name="traybar_stat_handle02" id="0x7f020106"/><public type="drawable" name="traybar_stat_reorder" id="0x7f020107"/><public type="drawable" name="traybar_stat_reorder_dim" id="0x7f020108"/><public type="drawable" name="traybar_stat_reorder_normal" id="0x7f020109"/><public type="drawable" name="traybar_stat_reorder_press" id="0x7f02010a"/><public type="drawable" name="traybar_status_bg" id="0x7f02010b"/><public type="drawable" name="tw_btn_default_small" id="0x7f020114"/><public type="drawable" name="tw_btn_s_bg" id="0x7f020115"/><public type="drawable" name="tw_btn_s_focused_bg" id="0x7f020116"/><public type="drawable" name="tw_btn_s_pressed_bg" id="0x7f020117"/><public type="drawable" name="APKTOOL_DUMMY_0118" id="0x7f020118"/><public type="drawable" name="APKTOOL_DUMMY_0119" id="0x7f020119"/><public type="drawable" name="APKTOOL_DUMMY_011a" id="0x7f02011a"/><public type="drawable" name="APKTOOL_DUMMY_011b" id="0x7f02011b"/><public type="drawable" name="APKTOOL_DUMMY_011c" id="0x7f02011c"/><public type="drawable" name="APKTOOL_DUMMY_011d" id="0x7f02011d"/><public type="drawable" name="tw_ic_sysbar_app" id="0x7f020128"/><public type="drawable" name="tw_ic_sysbar_back" id="0x7f02012b"/><public type="drawable" name="tw_ic_sysbar_back_ime" id="0x7f02012c"/><public type="drawable" name="tw_ic_sysbar_camera" id="0x7f020132"/><public type="drawable" name="tw_ic_sysbar_capture" id="0x7f020135"/><public type="drawable" name="tw_ic_sysbar_home" id="0x7f020138"/><public type="drawable" name="tw_ic_sysbar_menu" id="0x7f02013b"/><public type="drawable" name="tw_ic_sysbar_recent" id="0x7f02013f"/><public type="drawable" name="tw_ic_sysbar_search" id="0x7f020142"/><public type="drawable" name="APKTOOL_DUMMY_0145" id="0x7f020145"/><public type="drawable" name="APKTOOL_DUMMY_0146" id="0x7f020146"/><public type="drawable" name="APKTOOL_DUMMY_0147" id="0x7f020147"/><public type="drawable" name="APKTOOL_DUMMY_0148" id="0x7f020148"/><public type="drawable" name="APKTOOL_DUMMY_0149" id="0x7f020149"/><public type="drawable" name="APKTOOL_DUMMY_014a" id="0x7f02014a"/><public type="drawable" name="APKTOOL_DUMMY_014b" id="0x7f02014b"/><public type="drawable" name="APKTOOL_DUMMY_014c" id="0x7f02014c"/><public type="drawable" name="APKTOOL_DUMMY_014d" id="0x7f02014d"/><public type="drawable" name="APKTOOL_DUMMY_014e" id="0x7f02014e"/><public type="drawable" name="APKTOOL_DUMMY_0152" id="0x7f020152"/><public type="drawable" name="APKTOOL_DUMMY_0153" id="0x7f020153"/><public type="drawable" name="APKTOOL_DUMMY_0154" id="0x7f020154"/><public type="drawable" name="APKTOOL_DUMMY_0155" id="0x7f020155"/><public type="drawable" name="APKTOOL_DUMMY_0156" id="0x7f020156"/><public type="drawable" name="APKTOOL_DUMMY_0157" id="0x7f020157"/><public type="drawable" name="APKTOOL_DUMMY_0158" id="0x7f020158"/><public type="drawable" name="APKTOOL_DUMMY_0159" id="0x7f020159"/><public type="drawable" name="APKTOOL_DUMMY_015a" id="0x7f02015a"/><public type="drawable" name="tw_navigationbar_back" id="0x7f02015b"/><public type="drawable" name="tw_navigationbar_home" id="0x7f020164"/><public type="drawable" name="tw_navigationbar_menu" id="0x7f020167"/><public type="drawable" name="tw_navigationbar_recent" id="0x7f02016a"/><public type="drawable" name="tw_notification_row_bg" id="0x7f02016d"/><public type="drawable" name="APKTOOL_DUMMY_018b" id="0x7f02018b"/><public type="drawable" name="APKTOOL_DUMMY_0191" id="0x7f020191"/><public type="drawable" name="tw_quick_panel_notification_panel_close" id="0x7f0201a2"/><public type="drawable" name="tw_quick_panel_notification_panel_close_bg" id="0x7f0201a3"/><public type="drawable" name="APKTOOL_DUMMY_01a4" id="0x7f0201a4"/><public type="drawable" name="APKTOOL_DUMMY_01a5" id="0x7f0201a5"/><public type="drawable" name="APKTOOL_DUMMY_01a8" id="0x7f0201a8"/><public type="drawable" name="tw_quick_panel_quick_setting_button_bg" id="0x7f0201ac"/><public type="drawable" name="tw_quick_panel_setting_button_bg" id="0x7f0201af"/><public type="drawable" name="tw_recent_panel_button" id="0x7f0201b3"/><public type="drawable" name="tw_recent_panel_ic_delete_holo_dark" id="0x7f0201b4"/><public type="drawable" name="tw_recent_panel_ic_google_holo_dark" id="0x7f0201b5"/><public type="drawable" name="tw_recent_panel_ic_task_manager_holo_dark" id="0x7f0201b6"/><public type="drawable" name="tw_stat_sys_battery_not_charge" id="0x7f0201d7"/><public type="drawable" name="tw_stat_sys_battery_usb_not_charge" id="0x7f0201d8"/><public type="drawable" name="tw_stat_sys_data_in_att" id="0x7f0201e1"/><public type="drawable" name="tw_stat_sys_data_inandout_att" id="0x7f0201e5"/><public type="drawable" name="tw_stat_sys_data_out_att" id="0x7f0201e6"/><public type="drawable" name="tw_stat_sys_roaming_cdma_flash" id="0x7f0201ea"/><public type="drawable" name="tw_stat_sys_roaming_home_cdma_flash" id="0x7f0201eb"/><public type="drawable" name="APKTOOL_DUMMY_01ed" id="0x7f0201ed"/><public type="drawable" name="tw_status_bar_close" id="0x7f0201f0"/><public type="drawable" name="tw_topmenu_pressed_bg" id="0x7f0201f5"/><public type="drawable" name="notification_number_text_color" id="0x7f0201f6"/><public type="drawable" name="ticker_background_color" id="0x7f0201f7"/><public type="drawable" name="tw_status_bar_quicksetting_button_background" id="0x7f0201f9"/><public type="drawable" name="status_bar_recents_app_thumbnail_background" id="0x7f0201fa"/><public type="drawable" name="status_bar_notification_row_background_color" id="0x7f0201fb"/><public type="drawable" name="recents_callout_line" id="0x7f0201fc"/><public type="drawable" name="notification_item_background_legacy_color" id="0x7f0201fd"/><public type="drawable" name="intruder_bg_pressed" id="0x7f0201fe"/><public type="drawable" name="system_bar_background" id="0x7f0201ff"/><public type="drawable" name="notification_icon_area_smoke" id="0x7f020200"/><public type="drawable" name="tw_notification_background_null" id="0x7f020201"/><public type="drawable" name="tw_notification_background_pressed" id="0x7f020202"/><public type="drawable" name="stat_sys_battery_not_charge_0" id="0x7f02007a"/><public type="drawable" name="stat_sys_battery_not_charge_100" id="0x7f02007b"/><public type="drawable" name="stat_sys_battery_not_charge_15" id="0x7f02007c"/><public type="drawable" name="stat_sys_battery_not_charge_28" id="0x7f02007d"/><public type="drawable" name="stat_sys_battery_not_charge_43" id="0x7f02007e"/><public type="drawable" name="stat_sys_battery_not_charge_57" id="0x7f02007f"/><public type="drawable" name="stat_sys_battery_not_charge_71" id="0x7f020080"/><public type="drawable" name="stat_sys_battery_not_charge_85" id="0x7f020081"/><public type="drawable" name="stat_sys_battery_unknown" id="0x7f02008a"/><public type="drawable" name="stat_sys_data_connected_s3g" id="0x7f02009b"/><public type="drawable" name="stat_sys_data_connected_s4g" id="0x7f02009c"/><public type="drawable" name="stat_sys_data_connected_w3g" id="0x7f02009e"/><public type="drawable" name="stat_sys_data_connected_w4g" id="0x7f02009f"/><public type="drawable" name="stat_sys_location_e911_2" id="0x7f0200bd"/><public type="drawable" name="stat_sys_location_on_2" id="0x7f0200be"/><public type="drawable" name="stat_sys_ringer_silentvibrate" id="0x7f0200c1"/><public type="drawable" name="tw_donot_show_bg" id="0x7f020120"/><public type="drawable" name="tw_help_view_bg" id="0x7f020121"/><public type="drawable" name="tw_help_view_bubble_text_divider" id="0x7f020122"/><public type="drawable" name="tw_help_view_button_help_bubble_text_land_bg" id="0x7f020123"/><public type="drawable" name="tw_help_view_button_help_bubble_text_port_bg" id="0x7f020124"/><public type="drawable" name="tw_help_view_finger" id="0x7f020125"/><public type="drawable" name="tw_help_view_finger_land" id="0x7f020126"/><public type="drawable" name="tw_help_view_notification_help_bubble_text_bg" id="0x7f020127"/><public type="drawable" name="tw_navigationbar_button_bg_normal" id="0x7f020160"/><public type="drawable" name="tw_navigationbar_button_bg_normal_land" id="0x7f020161"/><public type="drawable" name="tw_navigationbar_button_bg_pressed" id="0x7f020162"/><public type="drawable" name="tw_navigationbar_button_bg_pressed_land" id="0x7f020163"/><public type="drawable" name="tw_quick_panel_icon_silent_mode_on_off" id="0x7f020194"/><public type="drawable" name="tw_quick_panel_list_bg_f" id="0x7f02019e"/><public type="drawable" name="tw_quick_panel_list_bg_n" id="0x7f02019f"/><public type="drawable" name="tw_quick_panel_list_bg_p" id="0x7f0201a0"/><public type="drawable" name="tw_quick_panel_plnm_bg" id="0x7f0201aa"/><public type="drawable" name="tw_status_bar_call_ongoing_background" id="0x7f0201ee"/><public type="drawable" name="alert_bar_background_normal" id="0x7f020001"/><public type="drawable" name="alert_bar_background_pressed" id="0x7f020002"/><public type="drawable" name="battery_low_battery" id="0x7f020003"/><public type="drawable" name="battery_low_battery_holo_light" id="0x7f020004"/><public type="drawable" name="bottom_divider_glow" id="0x7f020005"/><public type="drawable" name="btn_default_small_normal" id="0x7f020007"/><public type="drawable" name="btn_default_small_normal_disable" id="0x7f020008"/><public type="drawable" name="btn_default_small_normal_disable_focused" id="0x7f020009"/><public type="drawable" name="btn_default_small_pressed" id="0x7f02000a"/><public type="drawable" name="btn_default_small_selected" id="0x7f02000b"/><public type="drawable" name="compat_mode_help_diagram" id="0x7f02000d"/><public type="drawable" name="compat_mode_help_divider_bottom" id="0x7f02000e"/><public type="drawable" name="compat_mode_help_divider_top" id="0x7f02000f"/><public type="drawable" name="compat_mode_help_icon" id="0x7f020010"/><public type="drawable" name="hd_off" id="0x7f020013"/><public type="drawable" name="hd_on" id="0x7f020014"/><public type="drawable" name="ic_launcher_settings" id="0x7f020015"/><public type="drawable" name="ic_menu_share" id="0x7f020018"/><public type="drawable" name="ic_notification_dnd" id="0x7f020019"/><public type="drawable" name="ic_notification_open" id="0x7f02001a"/><public type="drawable" name="ic_notification_overlay" id="0x7f02001b"/><public type="drawable" name="ic_notify_clear_normal" id="0x7f02001d"/><public type="drawable" name="ic_notify_clear_pressed" id="0x7f02001e"/><public type="drawable" name="ic_notify_quicksettings_normal" id="0x7f020020"/><public type="drawable" name="ic_notify_quicksettings_pressed" id="0x7f020021"/><public type="drawable" name="ic_notify_rotation_off_normal" id="0x7f020023"/><public type="drawable" name="ic_notify_rotation_off_pressed" id="0x7f020024"/><public type="drawable" name="ic_notify_rotation_on_normal" id="0x7f020025"/><public type="drawable" name="ic_notify_rotation_on_pressed" id="0x7f020026"/><public type="drawable" name="ic_sysbar_airplane_on" id="0x7f020027"/><public type="drawable" name="ic_sysbar_back" id="0x7f020028"/><public type="drawable" name="ic_sysbar_back_ime" id="0x7f020029"/><public type="drawable" name="ic_sysbar_back_land" id="0x7f02002a"/><public type="drawable" name="ic_sysbar_brightness" id="0x7f02002b"/><public type="drawable" name="ic_sysbar_highlight" id="0x7f02002c"/><public type="drawable" name="ic_sysbar_highlight_land" id="0x7f02002d"/><public type="drawable" name="ic_sysbar_home" id="0x7f02002e"/><public type="drawable" name="ic_sysbar_home_land" id="0x7f02002f"/><public type="drawable" name="ic_sysbar_ime_default" id="0x7f020031"/><public type="drawable" name="ic_sysbar_lights_out_dot_large" id="0x7f020033"/><public type="drawable" name="ic_sysbar_lights_out_dot_small" id="0x7f020034"/><public type="drawable" name="ic_sysbar_menu" id="0x7f020035"/><public type="drawable" name="ic_sysbar_menu_land" id="0x7f020036"/><public type="drawable" name="ic_sysbar_quicksettings" id="0x7f020037"/><public type="drawable" name="ic_sysbar_recent" id="0x7f020038"/><public type="drawable" name="ic_sysbar_recent_land" id="0x7f020039"/><public type="drawable" name="ic_sysbar_rotate_on" id="0x7f02003a"/><public type="drawable" name="ic_sysbar_wifi_on" id="0x7f02003b"/><public type="drawable" name="notification_header_bg" id="0x7f020047"/><public type="drawable" name="notification_panel_bg" id="0x7f020049"/><public type="drawable" name="pocket_drag_pattern" id="0x7f020050"/><public type="drawable" name="recents_blue_glow" id="0x7f020053"/><public type="drawable" name="recents_thumbnail_bg" id="0x7f020054"/><public type="drawable" name="recents_thumbnail_bg_dragging" id="0x7f020055"/><public type="drawable" name="recents_thumbnail_bg_normal" id="0x7f020056"/><public type="drawable" name="recents_thumbnail_bg_press" id="0x7f020057"/><public type="drawable" name="screenshot_panel" id="0x7f02005d"/><public type="drawable" name="stat_notify_image" id="0x7f020063"/><public type="drawable" name="stat_notify_image_error" id="0x7f020064"/><public type="drawable" name="stat_notify_more" id="0x7f020065"/><public type="drawable" name="stat_sys_alarm" id="0x7f020066"/><public type="drawable" name="stat_sys_battery_0" id="0x7f020068"/><public type="drawable" name="stat_sys_battery_100" id="0x7f020069"/><public type="drawable" name="stat_sys_battery_15" id="0x7f02006a"/><public type="drawable" name="stat_sys_battery_28" id="0x7f02006b"/><public type="drawable" name="stat_sys_battery_43" id="0x7f02006c"/><public type="drawable" name="stat_sys_battery_57" id="0x7f02006d"/><public type="drawable" name="stat_sys_battery_71" id="0x7f02006e"/><public type="drawable" name="stat_sys_battery_85" id="0x7f02006f"/><public type="drawable" name="stat_sys_battery_charge_anim0" id="0x7f020071"/><public type="drawable" name="stat_sys_battery_charge_anim100" id="0x7f020072"/><public type="drawable" name="stat_sys_battery_charge_anim15" id="0x7f020073"/><public type="drawable" name="stat_sys_battery_charge_anim28" id="0x7f020074"/><public type="drawable" name="stat_sys_battery_charge_anim43" id="0x7f020075"/><public type="drawable" name="stat_sys_battery_charge_anim57" id="0x7f020076"/><public type="drawable" name="stat_sys_battery_charge_anim71" id="0x7f020077"/><public type="drawable" name="stat_sys_battery_charge_anim85" id="0x7f020078"/><public type="drawable" name="stat_sys_battery_full" id="0x7f020079"/><public type="drawable" name="stat_sys_data_bluetooth" id="0x7f02008b"/><public type="drawable" name="stat_sys_data_bluetooth_connected" id="0x7f02008c"/><public type="drawable" name="stat_sys_data_connected_1x" id="0x7f02008d"/><public type="drawable" name="stat_sys_data_connected_3g" id="0x7f02008e"/><public type="drawable" name="stat_sys_data_connected_3g_plus" id="0x7f02008f"/><public type="drawable" name="stat_sys_data_connected_4g" id="0x7f020090"/><public type="drawable" name="stat_sys_data_connected_4g_lte" id="0x7f020091"/><public type="drawable" name="stat_sys_data_connected_4g_lte_plus" id="0x7f020092"/><public type="drawable" name="stat_sys_data_connected_e" id="0x7f020095"/><public type="drawable" name="stat_sys_data_connected_g" id="0x7f020096"/><public type="drawable" name="stat_sys_data_connected_h" id="0x7f020097"/><public type="drawable" name="stat_sys_data_connected_h_plus" id="0x7f020098"/><public type="drawable" name="stat_sys_data_connected_lte" id="0x7f020099"/><public type="drawable" name="stat_sys_data_connected_roam" id="0x7f02009a"/><public type="drawable" name="stat_sys_data_connected_t" id="0x7f02009d"/><public type="drawable" name="stat_sys_data_fully_connected_1x" id="0x7f0200a1"/><public type="drawable" name="stat_sys_data_fully_connected_3g" id="0x7f0200a2"/><public type="drawable" name="stat_sys_data_fully_connected_3g_plus" id="0x7f0200a3"/><public type="drawable" name="stat_sys_data_fully_connected_4g" id="0x7f0200a4"/><public type="drawable" name="stat_sys_data_fully_connected_4g_lte" id="0x7f0200a5"/><public type="drawable" name="stat_sys_data_fully_connected_4g_lte_plus" id="0x7f0200a6"/><public type="drawable" name="stat_sys_data_fully_connected_e" id="0x7f0200a9"/><public type="drawable" name="stat_sys_data_fully_connected_g" id="0x7f0200aa"/><public type="drawable" name="stat_sys_data_fully_connected_h" id="0x7f0200ab"/><public type="drawable" name="stat_sys_data_fully_connected_h_plus" id="0x7f0200ac"/><public type="drawable" name="stat_sys_data_fully_connected_lte" id="0x7f0200ad"/><public type="drawable" name="stat_sys_data_fully_connected_t" id="0x7f0200ae"/><public type="drawable" name="stat_sys_data_wimax_signal_0" id="0x7f0200b1"/><public type="drawable" name="stat_sys_data_wimax_signal_0_fully" id="0x7f0200b2"/><public type="drawable" name="stat_sys_data_wimax_signal_1" id="0x7f0200b3"/><public type="drawable" name="stat_sys_data_wimax_signal_1_fully" id="0x7f0200b4"/><public type="drawable" name="stat_sys_data_wimax_signal_2" id="0x7f0200b5"/><public type="drawable" name="stat_sys_data_wimax_signal_2_fully" id="0x7f0200b6"/><public type="drawable" name="stat_sys_data_wimax_signal_3" id="0x7f0200b7"/><public type="drawable" name="stat_sys_data_wimax_signal_3_fully" id="0x7f0200b8"/><public type="drawable" name="stat_sys_data_wimax_signal_disconnected" id="0x7f0200b9"/><public type="drawable" name="stat_sys_data_wimax_signal_idle" id="0x7f0200ba"/><public type="drawable" name="stat_sys_gps_acquiring" id="0x7f0200bb"/><public type="drawable" name="stat_sys_no_sim" id="0x7f0200bf"/><public type="drawable" name="stat_sys_ringer_silent" id="0x7f0200c0"/><public type="drawable" name="stat_sys_ringer_vibrate" id="0x7f0200c2"/><public type="drawable" name="stat_sys_roaming_cdma_0" id="0x7f0200c3"/><public type="drawable" name="stat_sys_roaming_cdma_flash_anim0" id="0x7f0200c5"/><public type="drawable" name="stat_sys_roaming_cdma_flash_anim1" id="0x7f0200c6"/><public type="drawable" name="stat_sys_signal_0" id="0x7f0200c7"/><public type="drawable" name="stat_sys_signal_0_fully" id="0x7f0200c8"/><public type="drawable" name="stat_sys_signal_1" id="0x7f0200c9"/><public type="drawable" name="stat_sys_signal_1_fully" id="0x7f0200ca"/><public type="drawable" name="stat_sys_signal_2" id="0x7f0200cb"/><public type="drawable" name="stat_sys_signal_2_fully" id="0x7f0200cc"/><public type="drawable" name="stat_sys_signal_3" id="0x7f0200cd"/><public type="drawable" name="stat_sys_signal_3_fully" id="0x7f0200ce"/><public type="drawable" name="stat_sys_signal_4" id="0x7f0200cf"/><public type="drawable" name="stat_sys_signal_4_fully" id="0x7f0200d0"/><public type="drawable" name="stat_sys_signal_flightmode" id="0x7f0200d1"/><public type="drawable" name="stat_sys_signal_in" id="0x7f0200d2"/><public type="drawable" name="stat_sys_signal_inout" id="0x7f0200d3"/><public type="drawable" name="stat_sys_signal_no_inout" id="0x7f0200d4"/><public type="drawable" name="stat_sys_signal_null" id="0x7f0200d5"/><public type="drawable" name="stat_sys_signal_out" id="0x7f0200d6"/><public type="drawable" name="stat_sys_sync" id="0x7f0200d7"/><public type="drawable" name="stat_sys_sync_error" id="0x7f0200d8"/><public type="drawable" name="stat_sys_tether_bluetooth" id="0x7f0200d9"/><public type="drawable" name="stat_sys_tty_mode" id="0x7f0200da"/><public type="drawable" name="stat_sys_wifi_in" id="0x7f0200db"/><public type="drawable" name="stat_sys_wifi_inout" id="0x7f0200dc"/><public type="drawable" name="stat_sys_wifi_out" id="0x7f0200dd"/><public type="drawable" name="stat_sys_wifi_signal_0" id="0x7f0200de"/><public type="drawable" name="stat_sys_wifi_signal_1" id="0x7f0200df"/><public type="drawable" name="stat_sys_wifi_signal_1_fully" id="0x7f0200e0"/><public type="drawable" name="stat_sys_wifi_signal_2" id="0x7f0200e1"/><public type="drawable" name="stat_sys_wifi_signal_2_fully" id="0x7f0200e2"/><public type="drawable" name="stat_sys_wifi_signal_3" id="0x7f0200e3"/><public type="drawable" name="stat_sys_wifi_signal_3_fully" id="0x7f0200e4"/><public type="drawable" name="stat_sys_wifi_signal_4" id="0x7f0200e5"/><public type="drawable" name="stat_sys_wifi_signal_4_fully" id="0x7f0200e6"/><public type="drawable" name="stat_sys_wifi_signal_null" id="0x7f0200e7"/><public type="drawable" name="status_bar_bg_tile" id="0x7f0200e9"/><public type="drawable" name="status_bar_close_off" id="0x7f0200eb"/><public type="drawable" name="status_bar_close_on" id="0x7f0200ec"/><public type="drawable" name="status_bar_expand_default" id="0x7f0200ee"/><public type="drawable" name="status_bar_expand_pressed" id="0x7f0200ef"/><public type="drawable" name="status_bar_hr" id="0x7f0200f0"/><public type="drawable" name="title_bar_shadow" id="0x7f0200f9"/><public type="drawable" name="top_divider_glow" id="0x7f0200fa"/><public type="drawable" name="tw_ab_bottom_transparent_dark_holo" id="0x7f02010c"/><public type="drawable" name="tw_black_bg" id="0x7f02010d"/><public type="drawable" name="tw_btn_default_disabled_focused_holo_dark_recent" id="0x7f02010e"/><public type="drawable" name="tw_btn_default_disabled_holo_dark_recent" id="0x7f02010f"/><public type="drawable" name="tw_btn_default_focused_holo_dark_recent" id="0x7f020110"/><public type="drawable" name="tw_btn_default_normal_holo_recent_button" id="0x7f020111"/><public type="drawable" name="tw_btn_default_pressed_holo_dark_recent" id="0x7f020112"/><public type="drawable" name="tw_btn_default_selected_holo_dark_recent" id="0x7f020113"/><public type="drawable" name="tw_divider_vertical_holo_dark" id="0x7f02011e"/><public type="drawable" name="tw_dnd" id="0x7f02011f"/><public type="drawable" name="tw_ic_sysbar_app_normal" id="0x7f020129"/><public type="drawable" name="tw_ic_sysbar_app_press" id="0x7f02012a"/><public type="drawable" name="tw_ic_sysbar_back_ime_default" id="0x7f02012d"/><public type="drawable" name="tw_ic_sysbar_back_ime_press" id="0x7f02012e"/><public type="drawable" name="tw_ic_sysbar_back_normal" id="0x7f02012f"/><public type="drawable" name="tw_ic_sysbar_back_press" id="0x7f020130"/><public type="drawable" name="tw_ic_sysbar_brightness" id="0x7f020131"/><public type="drawable" name="tw_ic_sysbar_camera_normal" id="0x7f020133"/><public type="drawable" name="tw_ic_sysbar_camera_press" id="0x7f020134"/><public type="drawable" name="tw_ic_sysbar_capture_normal" id="0x7f020136"/><public type="drawable" name="tw_ic_sysbar_capture_press" id="0x7f020137"/><public type="drawable" name="tw_ic_sysbar_home_normal" id="0x7f020139"/><public type="drawable" name="tw_ic_sysbar_home_press" id="0x7f02013a"/><public type="drawable" name="tw_ic_sysbar_menu_normal" id="0x7f02013c"/><public type="drawable" name="tw_ic_sysbar_menu_press" id="0x7f02013d"/><public type="drawable" name="tw_ic_sysbar_quicksettings" id="0x7f02013e"/><public type="drawable" name="tw_ic_sysbar_recent_normal" id="0x7f020140"/><public type="drawable" name="tw_ic_sysbar_recent_press" id="0x7f020141"/><public type="drawable" name="tw_ic_sysbar_search_normal" id="0x7f020143"/><public type="drawable" name="tw_ic_sysbar_search_press" id="0x7f020144"/><public type="drawable" name="tw_indicator_smartstay_activated" id="0x7f02014f"/><public type="drawable" name="tw_indicator_smartstay_fail" id="0x7f020150"/><public type="drawable" name="tw_indicator_smartstay_normal" id="0x7f020151"/><public type="drawable" name="tw_navigationbar_back_normal" id="0x7f02015c"/><public type="drawable" name="tw_navigationbar_back_pressed" id="0x7f02015d"/><public type="drawable" name="tw_navigationbar_bg" id="0x7f02015e"/><public type="drawable" name="tw_navigationbar_bg_land" id="0x7f02015f"/><public type="drawable" name="tw_navigationbar_home_normal" id="0x7f020165"/><public type="drawable" name="tw_navigationbar_home_pressed" id="0x7f020166"/><public type="drawable" name="tw_navigationbar_menu_normal" id="0x7f020168"/><public type="drawable" name="tw_navigationbar_menu_pressed" id="0x7f020169"/><public type="drawable" name="tw_navigationbar_recent_normal" id="0x7f02016b"/><public type="drawable" name="tw_navigationbar_recent_pressed" id="0x7f02016c"/><public type="drawable" name="tw_null_icon" id="0x7f02016e"/><public type="drawable" name="tw_quick_panel_clearbtn_focus" id="0x7f02016f"/><public type="drawable" name="tw_quick_panel_clearbtn_normal" id="0x7f020170"/><public type="drawable" name="tw_quick_panel_clearbtn_press" id="0x7f020171"/><public type="drawable" name="tw_quick_panel_clearbtn_select" id="0x7f020172"/><public type="drawable" name="tw_quick_panel_dim" id="0x7f020173"/><public type="drawable" name="tw_quick_panel_icon_airplane_dim" id="0x7f020174"/><public type="drawable" name="tw_quick_panel_icon_airplane_off" id="0x7f020175"/><public type="drawable" name="tw_quick_panel_icon_airplane_on" id="0x7f020176"/><public type="drawable" name="tw_quick_panel_icon_allshre_cast_dim" id="0x7f020177"/><public type="drawable" name="tw_quick_panel_icon_allshre_cast_off" id="0x7f020178"/><public type="drawable" name="tw_quick_panel_icon_allshre_cast_on" id="0x7f020179"/><public type="drawable" name="tw_quick_panel_icon_bluetooth_dim" id="0x7f02017a"/><public type="drawable" name="tw_quick_panel_icon_bluetooth_off" id="0x7f02017b"/><public type="drawable" name="tw_quick_panel_icon_bluetooth_on" id="0x7f02017c"/><public type="drawable" name="tw_quick_panel_icon_data_connection_dim" id="0x7f02017d"/><public type="drawable" name="tw_quick_panel_icon_data_connection_off" id="0x7f02017e"/><public type="drawable" name="tw_quick_panel_icon_data_connection_on" id="0x7f02017f"/><public type="drawable" name="tw_quick_panel_icon_dormant_mode_dim" id="0x7f020180"/><public type="drawable" name="tw_quick_panel_icon_dormant_mode_off" id="0x7f020181"/><public type="drawable" name="tw_quick_panel_icon_dormant_mode_on" id="0x7f020182"/><public type="drawable" name="tw_quick_panel_icon_driving_dim" id="0x7f020183"/><public type="drawable" name="tw_quick_panel_icon_driving_off" id="0x7f020184"/><public type="drawable" name="tw_quick_panel_icon_driving_on" id="0x7f020185"/><public type="drawable" name="tw_quick_panel_icon_gps_off" id="0x7f020186"/><public type="drawable" name="tw_quick_panel_icon_gps_on" id="0x7f020187"/><public type="drawable" name="tw_quick_panel_icon_nfc_dim" id="0x7f020188"/><public type="drawable" name="tw_quick_panel_icon_nfc_off" id="0x7f020189"/><public type="drawable" name="tw_quick_panel_icon_nfc_on" id="0x7f02018a"/><public type="drawable" name="tw_quick_panel_icon_notification_off" id="0x7f02018c"/><public type="drawable" name="tw_quick_panel_icon_notification_on" id="0x7f02018d"/><public type="drawable" name="tw_quick_panel_icon_powersave_dim" id="0x7f02018e"/><public type="drawable" name="tw_quick_panel_icon_powersave_off" id="0x7f02018f"/><public type="drawable" name="tw_quick_panel_icon_powersave_on" id="0x7f020190"/><public type="drawable" name="tw_quick_panel_icon_rotation_off" id="0x7f020192"/><public type="drawable" name="tw_quick_panel_icon_rotation_on" id="0x7f020193"/><public type="drawable" name="tw_quick_panel_icon_silent_mode_on_on" id="0x7f020195"/><public type="drawable" name="tw_quick_panel_icon_silent_off" id="0x7f020196"/><public type="drawable" name="tw_quick_panel_icon_silent_on" id="0x7f020197"/><public type="drawable" name="tw_quick_panel_icon_sync_dim" id="0x7f020198"/><public type="drawable" name="tw_quick_panel_icon_sync_off" id="0x7f020199"/><public type="drawable" name="tw_quick_panel_icon_sync_on" id="0x7f02019a"/><public type="drawable" name="tw_quick_panel_icon_wifi_dim" id="0x7f02019b"/><public type="drawable" name="tw_quick_panel_icon_wifi_off" id="0x7f02019c"/><public type="drawable" name="tw_quick_panel_icon_wifi_on" id="0x7f02019d"/><public type="drawable" name="tw_quick_panel_notification_panel_bg" id="0x7f0201a1"/><public type="drawable" name="tw_quick_panel_notification_panel_divider_1" id="0x7f0201a6"/><public type="drawable" name="tw_quick_panel_off" id="0x7f0201a7"/><public type="drawable" name="tw_quick_panel_on" id="0x7f0201a9"/><public type="drawable" name="tw_quick_panel_plnm_setting_dv" id="0x7f0201ab"/><public type="drawable" name="tw_quick_panel_quick_setting_button_bg_normal" id="0x7f0201ad"/><public type="drawable" name="tw_quick_panel_quick_setting_button_bg_pressed" id="0x7f0201ae"/><public type="drawable" name="tw_quickpanel_icon_brightness" id="0x7f0201b0"/><public type="drawable" name="tw_quickpanel_icon_settings" id="0x7f0201b1"/><public type="drawable" name="tw_quickpanel_top_bg" id="0x7f0201b2"/><public type="drawable" name="tw_recent_panel_icon_delete_disabled_holo_dark" id="0x7f0201b7"/><public type="drawable" name="tw_recent_panel_icon_delete_holo_dark" id="0x7f0201b8"/><public type="drawable" name="tw_recent_panel_icon_google_disabled_holo_dark" id="0x7f0201b9"/><public type="drawable" name="tw_recent_panel_icon_google_holo_dark" id="0x7f0201ba"/><public type="drawable" name="tw_recent_panel_icon_task_manager_disabled_holo_dark" id="0x7f0201bb"/><public type="drawable" name="tw_recent_panel_icon_task_manager_holo_dark" id="0x7f0201bc"/><public type="drawable" name="tw_stat_sys_5_level_signal_0" id="0x7f0201bd"/><public type="drawable" name="tw_stat_sys_5_level_signal_0_fully" id="0x7f0201be"/><public type="drawable" name="tw_stat_sys_5_level_signal_1" id="0x7f0201bf"/><public type="drawable" name="tw_stat_sys_5_level_signal_1_fully" id="0x7f0201c0"/><public type="drawable" name="tw_stat_sys_5_level_signal_2" id="0x7f0201c1"/><public type="drawable" name="tw_stat_sys_5_level_signal_2_fully" id="0x7f0201c2"/><public type="drawable" name="tw_stat_sys_5_level_signal_3" id="0x7f0201c3"/><public type="drawable" name="tw_stat_sys_5_level_signal_3_fully" id="0x7f0201c4"/><public type="drawable" name="tw_stat_sys_5_level_signal_4" id="0x7f0201c5"/><public type="drawable" name="tw_stat_sys_5_level_signal_4_fully" id="0x7f0201c6"/><public type="drawable" name="tw_stat_sys_5_level_signal_5" id="0x7f0201c7"/><public type="drawable" name="tw_stat_sys_5_level_signal_5_fully" id="0x7f0201c8"/><public type="drawable" name="tw_stat_sys_6_level_signal_0" id="0x7f0201c9"/><public type="drawable" name="tw_stat_sys_6_level_signal_0_fully" id="0x7f0201ca"/><public type="drawable" name="tw_stat_sys_6_level_signal_1" id="0x7f0201cb"/><public type="drawable" name="tw_stat_sys_6_level_signal_1_fully" id="0x7f0201cc"/><public type="drawable" name="tw_stat_sys_6_level_signal_2" id="0x7f0201cd"/><public type="drawable" name="tw_stat_sys_6_level_signal_2_fully" id="0x7f0201ce"/><public type="drawable" name="tw_stat_sys_6_level_signal_3" id="0x7f0201cf"/><public type="drawable" name="tw_stat_sys_6_level_signal_3_fully" id="0x7f0201d0"/><public type="drawable" name="tw_stat_sys_6_level_signal_4" id="0x7f0201d1"/><public type="drawable" name="tw_stat_sys_6_level_signal_4_fully" id="0x7f0201d2"/><public type="drawable" name="tw_stat_sys_6_level_signal_5" id="0x7f0201d3"/><public type="drawable" name="tw_stat_sys_6_level_signal_5_fully" id="0x7f0201d4"/><public type="drawable" name="tw_stat_sys_6_level_signal_6" id="0x7f0201d5"/><public type="drawable" name="tw_stat_sys_6_level_signal_6_fully" id="0x7f0201d6"/><public type="drawable" name="tw_stat_sys_data_connected_cdma_roam" id="0x7f0201d9"/><public type="drawable" name="tw_stat_sys_data_connected_cdma_roam_flash" id="0x7f0201da"/><public type="drawable" name="tw_stat_sys_data_connected_cdma_roam_home" id="0x7f0201db"/><public type="drawable" name="tw_stat_sys_data_connected_lte_att" id="0x7f0201dc"/><public type="drawable" name="tw_stat_sys_data_connected_s3g" id="0x7f0201dd"/><public type="drawable" name="tw_stat_sys_data_connected_s4g" id="0x7f0201de"/><public type="drawable" name="tw_stat_sys_data_connected_w3g" id="0x7f0201df"/><public type="drawable" name="tw_stat_sys_data_connected_w4g" id="0x7f0201e0"/><public type="drawable" name="tw_stat_sys_data_in_att_1" id="0x7f0201e2"/><public type="drawable" name="tw_stat_sys_data_in_att_2" id="0x7f0201e3"/><public type="drawable" name="tw_stat_sys_data_in_att_3" id="0x7f0201e4"/><public type="drawable" name="tw_stat_sys_data_out_att_1" id="0x7f0201e7"/><public type="drawable" name="tw_stat_sys_data_out_att_2" id="0x7f0201e8"/><public type="drawable" name="tw_stat_sys_data_out_att_3" id="0x7f0201e9"/><public type="drawable" name="tw_stat_sys_signal_null" id="0x7f0201ec"/><public type="drawable" name="tw_status_bar_call_ongoing_view_bg" id="0x7f0201ef"/><public type="drawable" name="tw_status_bar_close_off" id="0x7f0201f1"/><public type="drawable" name="tw_status_bar_close_on" id="0x7f0201f2"/><public type="drawable" name="tw_sysbar_highlight" id="0x7f0201f3"/><public type="drawable" name="tw_sysbar_highlight_land" id="0x7f0201f4"/><public type="drawable" name="noti_bg" id="0x7f0201f8"/><public type="drawable" name="stat_sys_battery_1" id="0x7f020203"/><public type="drawable" name="stat_sys_battery_10" id="0x7f020204"/><public type="drawable" name="stat_sys_battery_11" id="0x7f020205"/><public type="drawable" name="stat_sys_battery_12" id="0x7f020206"/><public type="drawable" name="stat_sys_battery_13" id="0x7f020207"/><public type="drawable" name="stat_sys_battery_14" id="0x7f020208"/><public type="drawable" name="stat_sys_battery_16" id="0x7f020209"/><public type="drawable" name="stat_sys_battery_17" id="0x7f02020a"/><public type="drawable" name="stat_sys_battery_18" id="0x7f02020b"/><public type="drawable" name="stat_sys_battery_19" id="0x7f02020c"/><public type="drawable" name="stat_sys_battery_2" id="0x7f02020d"/><public type="drawable" name="stat_sys_battery_20" id="0x7f02020e"/><public type="drawable" name="stat_sys_battery_21" id="0x7f02020f"/><public type="drawable" name="stat_sys_battery_22" id="0x7f020210"/><public type="drawable" name="stat_sys_battery_23" id="0x7f020211"/><public type="drawable" name="stat_sys_battery_24" id="0x7f020212"/><public type="drawable" name="stat_sys_battery_25" id="0x7f020213"/><public type="drawable" name="stat_sys_battery_26" id="0x7f020214"/><public type="drawable" name="stat_sys_battery_27" id="0x7f020215"/><public type="drawable" name="stat_sys_battery_29" id="0x7f020216"/><public type="drawable" name="stat_sys_battery_3" id="0x7f020217"/><public type="drawable" name="stat_sys_battery_30" id="0x7f020218"/><public type="drawable" name="stat_sys_battery_31" id="0x7f020219"/><public type="drawable" name="stat_sys_battery_32" id="0x7f02021a"/><public type="drawable" name="stat_sys_battery_33" id="0x7f02021b"/><public type="drawable" name="stat_sys_battery_34" id="0x7f02021c"/><public type="drawable" name="stat_sys_battery_35" id="0x7f02021d"/><public type="drawable" name="stat_sys_battery_36" id="0x7f02021e"/><public type="drawable" name="stat_sys_battery_37" id="0x7f02021f"/><public type="drawable" name="stat_sys_battery_38" id="0x7f020220"/><public type="drawable" name="stat_sys_battery_39" id="0x7f020221"/><public type="drawable" name="stat_sys_battery_4" id="0x7f020222"/><public type="drawable" name="stat_sys_battery_40" id="0x7f020223"/><public type="drawable" name="stat_sys_battery_41" id="0x7f020224"/><public type="drawable" name="stat_sys_battery_42" id="0x7f020225"/><public type="drawable" name="stat_sys_battery_44" id="0x7f020226"/><public type="drawable" name="stat_sys_battery_45" id="0x7f020227"/><public type="drawable" name="stat_sys_battery_46" id="0x7f020228"/><public type="drawable" name="stat_sys_battery_47" id="0x7f020229"/><public type="drawable" name="stat_sys_battery_48" id="0x7f02022a"/><public type="drawable" name="stat_sys_battery_49" id="0x7f02022b"/><public type="drawable" name="stat_sys_battery_5" id="0x7f02022c"/><public type="drawable" name="stat_sys_battery_50" id="0x7f02022d"/><public type="drawable" name="stat_sys_battery_51" id="0x7f02022e"/><public type="drawable" name="stat_sys_battery_52" id="0x7f02022f"/><public type="drawable" name="stat_sys_battery_53" id="0x7f020230"/><public type="drawable" name="stat_sys_battery_54" id="0x7f020231"/><public type="drawable" name="stat_sys_battery_55" id="0x7f020232"/><public type="drawable" name="stat_sys_battery_56" id="0x7f020233"/><public type="drawable" name="stat_sys_battery_58" id="0x7f020234"/><public type="drawable" name="stat_sys_battery_59" id="0x7f020235"/><public type="drawable" name="stat_sys_battery_6" id="0x7f020236"/><public type="drawable" name="stat_sys_battery_60" id="0x7f020237"/><public type="drawable" name="stat_sys_battery_61" id="0x7f020238"/><public type="drawable" name="stat_sys_battery_62" id="0x7f020239"/><public type="drawable" name="stat_sys_battery_63" id="0x7f02023a"/><public type="drawable" name="stat_sys_battery_64" id="0x7f02023b"/><public type="drawable" name="stat_sys_battery_65" id="0x7f02023c"/><public type="drawable" name="stat_sys_battery_66" id="0x7f02023d"/><public type="drawable" name="stat_sys_battery_67" id="0x7f02023e"/><public type="drawable" name="stat_sys_battery_68" id="0x7f02023f"/><public type="drawable" name="stat_sys_battery_69" id="0x7f020240"/><public type="drawable" name="stat_sys_battery_7" id="0x7f020241"/><public type="drawable" name="stat_sys_battery_70" id="0x7f020242"/><public type="drawable" name="stat_sys_battery_72" id="0x7f020243"/><public type="drawable" name="stat_sys_battery_73" id="0x7f020244"/><public type="drawable" name="stat_sys_battery_74" id="0x7f020245"/><public type="drawable" name="stat_sys_battery_75" id="0x7f020246"/><public type="drawable" name="stat_sys_battery_76" id="0x7f020247"/><public type="drawable" name="stat_sys_battery_77" id="0x7f020248"/><public type="drawable" name="stat_sys_battery_78" id="0x7f020249"/><public type="drawable" name="stat_sys_battery_79" id="0x7f02024a"/><public type="drawable" name="stat_sys_battery_8" id="0x7f02024b"/><public type="drawable" name="stat_sys_battery_80" id="0x7f02024c"/><public type="drawable" name="stat_sys_battery_81" id="0x7f02024d"/><public type="drawable" name="stat_sys_battery_82" id="0x7f02024e"/><public type="drawable" name="stat_sys_battery_83" id="0x7f02024f"/><public type="drawable" name="stat_sys_battery_84" id="0x7f020250"/><public type="drawable" name="stat_sys_battery_86" id="0x7f020251"/><public type="drawable" name="stat_sys_battery_87" id="0x7f020252"/><public type="drawable" name="stat_sys_battery_88" id="0x7f020253"/><public type="drawable" name="stat_sys_battery_89" id="0x7f020254"/><public type="drawable" name="stat_sys_battery_9" id="0x7f020255"/><public type="drawable" name="stat_sys_battery_90" id="0x7f020256"/><public type="drawable" name="stat_sys_battery_91" id="0x7f020257"/><public type="drawable" name="stat_sys_battery_92" id="0x7f020258"/><public type="drawable" name="stat_sys_battery_93" id="0x7f020259"/><public type="drawable" name="stat_sys_battery_94" id="0x7f02025a"/><public type="drawable" name="stat_sys_battery_95" id="0x7f02025b"/><public type="drawable" name="stat_sys_battery_96" id="0x7f02025c"/><public type="drawable" name="stat_sys_battery_97" id="0x7f02025d"/><public type="drawable" name="stat_sys_battery_98" id="0x7f02025e"/><public type="drawable" name="stat_sys_battery_99" id="0x7f02025f"/><public type="drawable" name="stat_sys_battery_charge_anim1" id="0x7f020260"/><public type="drawable" name="stat_sys_battery_charge_anim10" id="0x7f020261"/><public type="drawable" name="stat_sys_battery_charge_anim11" id="0x7f020262"/><public type="drawable" name="stat_sys_battery_charge_anim12" id="0x7f020263"/><public type="drawable" name="stat_sys_battery_charge_anim13" id="0x7f020264"/><public type="drawable" name="stat_sys_battery_charge_anim14" id="0x7f020265"/><public type="drawable" name="stat_sys_battery_charge_anim16" id="0x7f020266"/><public type="drawable" name="stat_sys_battery_charge_anim17" id="0x7f020267"/><public type="drawable" name="stat_sys_battery_charge_anim18" id="0x7f020268"/><public type="drawable" name="stat_sys_battery_charge_anim19" id="0x7f020269"/><public type="drawable" name="stat_sys_battery_charge_anim2" id="0x7f02026a"/><public type="drawable" name="stat_sys_battery_charge_anim20" id="0x7f02026b"/><public type="drawable" name="stat_sys_battery_charge_anim21" id="0x7f02026c"/><public type="drawable" name="stat_sys_battery_charge_anim22" id="0x7f02026d"/><public type="drawable" name="stat_sys_battery_charge_anim23" id="0x7f02026e"/><public type="drawable" name="stat_sys_battery_charge_anim24" id="0x7f02026f"/><public type="drawable" name="stat_sys_battery_charge_anim25" id="0x7f020270"/><public type="drawable" name="stat_sys_battery_charge_anim26" id="0x7f020271"/><public type="drawable" name="stat_sys_battery_charge_anim27" id="0x7f020272"/><public type="drawable" name="stat_sys_battery_charge_anim29" id="0x7f020273"/><public type="drawable" name="stat_sys_battery_charge_anim3" id="0x7f020274"/><public type="drawable" name="stat_sys_battery_charge_anim30" id="0x7f020275"/><public type="drawable" name="stat_sys_battery_charge_anim31" id="0x7f020276"/><public type="drawable" name="stat_sys_battery_charge_anim32" id="0x7f020277"/><public type="drawable" name="stat_sys_battery_charge_anim33" id="0x7f020278"/><public type="drawable" name="stat_sys_battery_charge_anim34" id="0x7f020279"/><public type="drawable" name="stat_sys_battery_charge_anim35" id="0x7f02027a"/><public type="drawable" name="stat_sys_battery_charge_anim36" id="0x7f02027b"/><public type="drawable" name="stat_sys_battery_charge_anim37" id="0x7f02027c"/><public type="drawable" name="stat_sys_battery_charge_anim38" id="0x7f02027d"/><public type="drawable" name="stat_sys_battery_charge_anim39" id="0x7f02027e"/><public type="drawable" name="stat_sys_battery_charge_anim4" id="0x7f02027f"/><public type="drawable" name="stat_sys_battery_charge_anim40" id="0x7f020280"/><public type="drawable" name="stat_sys_battery_charge_anim41" id="0x7f020281"/><public type="drawable" name="stat_sys_battery_charge_anim42" id="0x7f020282"/><public type="drawable" name="stat_sys_battery_charge_anim44" id="0x7f020283"/><public type="drawable" name="stat_sys_battery_charge_anim45" id="0x7f020284"/><public type="drawable" name="stat_sys_battery_charge_anim46" id="0x7f020285"/><public type="drawable" name="stat_sys_battery_charge_anim47" id="0x7f020286"/><public type="drawable" name="stat_sys_battery_charge_anim48" id="0x7f020287"/><public type="drawable" name="stat_sys_battery_charge_anim49" id="0x7f020288"/><public type="drawable" name="stat_sys_battery_charge_anim5" id="0x7f020289"/><public type="drawable" name="stat_sys_battery_charge_anim50" id="0x7f02028a"/><public type="drawable" name="stat_sys_battery_charge_anim51" id="0x7f02028b"/><public type="drawable" name="stat_sys_battery_charge_anim52" id="0x7f02028c"/><public type="drawable" name="stat_sys_battery_charge_anim53" id="0x7f02028d"/><public type="drawable" name="stat_sys_battery_charge_anim54" id="0x7f02028e"/><public type="drawable" name="stat_sys_battery_charge_anim55" id="0x7f02028f"/><public type="drawable" name="stat_sys_battery_charge_anim56" id="0x7f020290"/><public type="drawable" name="stat_sys_battery_charge_anim58" id="0x7f020291"/><public type="drawable" name="stat_sys_battery_charge_anim59" id="0x7f020292"/><public type="drawable" name="stat_sys_battery_charge_anim6" id="0x7f020293"/><public type="drawable" name="stat_sys_battery_charge_anim60" id="0x7f020294"/><public type="drawable" name="stat_sys_battery_charge_anim61" id="0x7f020295"/><public type="drawable" name="stat_sys_battery_charge_anim62" id="0x7f020296"/><public type="drawable" name="stat_sys_battery_charge_anim63" id="0x7f020297"/><public type="drawable" name="stat_sys_battery_charge_anim64" id="0x7f020298"/><public type="drawable" name="stat_sys_battery_charge_anim65" id="0x7f020299"/><public type="drawable" name="stat_sys_battery_charge_anim66" id="0x7f02029a"/><public type="drawable" name="stat_sys_battery_charge_anim67" id="0x7f02029b"/><public type="drawable" name="stat_sys_battery_charge_anim68" id="0x7f02029c"/><public type="drawable" name="stat_sys_battery_charge_anim69" id="0x7f02029d"/><public type="drawable" name="stat_sys_battery_charge_anim7" id="0x7f02029e"/><public type="drawable" name="stat_sys_battery_charge_anim70" id="0x7f02029f"/><public type="drawable" name="stat_sys_battery_charge_anim72" id="0x7f0202a0"/><public type="drawable" name="stat_sys_battery_charge_anim73" id="0x7f0202a1"/><public type="drawable" name="stat_sys_battery_charge_anim74" id="0x7f0202a2"/><public type="drawable" name="stat_sys_battery_charge_anim75" id="0x7f0202a3"/><public type="drawable" name="stat_sys_battery_charge_anim76" id="0x7f0202a4"/><public type="drawable" name="stat_sys_battery_charge_anim77" id="0x7f0202a5"/><public type="drawable" name="stat_sys_battery_charge_anim78" id="0x7f0202a6"/><public type="drawable" name="stat_sys_battery_charge_anim79" id="0x7f0202a7"/><public type="drawable" name="stat_sys_battery_charge_anim8" id="0x7f0202a8"/><public type="drawable" name="stat_sys_battery_charge_anim80" id="0x7f0202a9"/><public type="drawable" name="stat_sys_battery_charge_anim81" id="0x7f0202aa"/><public type="drawable" name="stat_sys_battery_charge_anim82" id="0x7f0202ab"/><public type="drawable" name="stat_sys_battery_charge_anim83" id="0x7f0202ac"/><public type="drawable" name="stat_sys_battery_charge_anim84" id="0x7f0202ad"/><public type="drawable" name="stat_sys_battery_charge_anim86" id="0x7f0202ae"/><public type="drawable" name="stat_sys_battery_charge_anim87" id="0x7f0202af"/><public type="drawable" name="stat_sys_battery_charge_anim88" id="0x7f0202b0"/><public type="drawable" name="stat_sys_battery_charge_anim89" id="0x7f0202b1"/><public type="drawable" name="stat_sys_battery_charge_anim9" id="0x7f0202b2"/><public type="drawable" name="stat_sys_battery_charge_anim90" id="0x7f0202b3"/><public type="drawable" name="stat_sys_battery_charge_anim91" id="0x7f0202b4"/><public type="drawable" name="stat_sys_battery_charge_anim92" id="0x7f0202b5"/><public type="drawable" name="stat_sys_battery_charge_anim93" id="0x7f0202b6"/><public type="drawable" name="stat_sys_battery_charge_anim94" id="0x7f0202b7"/><public type="drawable" name="stat_sys_battery_charge_anim95" id="0x7f0202b8"/><public type="drawable" name="stat_sys_battery_charge_anim96" id="0x7f0202b9"/><public type="drawable" name="stat_sys_battery_charge_anim97" id="0x7f0202ba"/><public type="drawable" name="stat_sys_battery_charge_anim98" id="0x7f0202bb"/><public type="drawable" name="stat_sys_battery_charge_anim99" id="0x7f0202bc"/><public type="drawable" name="stat_sys_battery_charge_animfull" id="0x7f0202bd"/><public type="drawable" name="noti_bg_press" id="0x7f0202be"/><public type="drawable" name="back" id="0x7f0202bf"/><public type="drawable" name="dark_header" id="0x7f0202c0"/><public type="drawable" name="ic_sysbar_lock" id="0x7f0202c1"/><public type="drawable" name="stat_notify_facedetect" id="0x7f0202c2"/><public type="drawable" name="tw_quick_panel_icon_wifi_display_dim" id="0x7f0202c3"/><public type="drawable" name="tw_quick_panel_icon_wifi_display_off" id="0x7f0202c4"/><public type="drawable" name="tw_quick_panel_icon_wifi_display_on" id="0x7f0202c5"/><public type="drawable" name="ic_sysbar_ime_pressed" id="0x7f020032"/><public type="drawable" name="ic_sysbar_zoom_default" id="0x7f02003d"/><public type="drawable" name="ic_sysbar_zoom_pressed" id="0x7f02003e"/><public type="drawable" name="notify_panel_clock_bg_normal" id="0x7f02004d"/><public type="drawable" name="notify_panel_clock_bg_pressed" id="0x7f02004e"/><public type="drawable" name="recents_bg_protect_tile" id="0x7f020052"/><public type="drawable" name="traybar_handler_normal" id="0x7f020100"/><public type="drawable" name="traybar_handler_pressd" id="0x7f020101"/><public type="layout" name="battery_low" id="0x7f030000"/><public type="layout" name="compat_mode_help" id="0x7f030001"/><public type="layout" name="global_screenshot" id="0x7f030002"/><public type="layout" name="intruder_alert" id="0x7f030003"/><public type="layout" name="navigation_bar" id="0x7f030004"/><public type="layout" name="notification_adaptive_wrapper" id="0x7f030005"/><public type="layout" name="signal_cluster_view" id="0x7f030006"/><public type="layout" name="status_bar" id="0x7f030009"/><public type="layout" name="status_bar_expanded" id="0x7f03000a"/><public type="layout" name="status_bar_expanded_header" id="0x7f03000b"/><public type="layout" name="status_bar_icon" id="0x7f03000c"/><public type="layout" name="status_bar_mini_mode_apps_item" id="0x7f03000d"/><public type="layout" name="status_bar_mini_mode_apps_panel" id="0x7f03000e"/><public type="layout" name="status_bar_mini_mode_apps_panel_edit" id="0x7f03000f"/><public type="layout" name="status_bar_mini_mode_apps_panel_edit_item" id="0x7f030010"/><public type="layout" name="status_bar_multi_window_arrange" id="0x7f030011"/><public type="layout" name="status_bar_multi_window_list" id="0x7f030012"/><public type="layout" name="status_bar_multi_window_list_item" id="0x7f030013"/><public type="layout" name="status_bar_no_recent_apps" id="0x7f030014"/><public type="layout" name="status_bar_notification_row" id="0x7f030015"/><public type="layout" name="status_bar_toggle_slider" id="0x7f030019"/><public type="layout" name="super_status_bar" id="0x7f03001a"/><public type="layout" name="system_bar" id="0x7f03001b"/><public type="layout" name="system_bar_compat_mode_panel" id="0x7f03001c"/><public type="layout" name="system_bar_input_methods_item" id="0x7f03001d"/><public type="layout" name="system_bar_input_methods_panel" id="0x7f03001e"/><public type="layout" name="system_bar_no_recent_apps" id="0x7f03001f"/><public type="layout" name="system_bar_notification_area" id="0x7f030020"/><public type="layout" name="system_bar_notification_panel" id="0x7f030021"/><public type="layout" name="system_bar_notification_panel_title" id="0x7f030022"/><public type="layout" name="system_bar_notification_peek" id="0x7f030023"/><public type="layout" name="system_bar_pocket_panel" id="0x7f030024"/><public type="layout" name="system_bar_recent_item" id="0x7f030025"/><public type="layout" name="system_bar_recent_panel" id="0x7f030026"/><public type="layout" name="system_bar_recent_panel_footer" id="0x7f030027"/><public type="layout" name="system_bar_settings_view" id="0x7f030028"/><public type="layout" name="system_bar_ticker_compat" id="0x7f030029"/><public type="layout" name="system_bar_ticker_panel" id="0x7f03002a"/><public type="layout" name="tw_navi_bar" id="0x7f03002b"/><public type="layout" name="tw_quick_setting_button" id="0x7f03002c"/><public type="layout" name="tw_quick_setting_mobile_data_alertdialog" id="0x7f03002d"/><public type="layout" name="tw_signal_cluster_view" id="0x7f03002e"/><public type="layout" name="tw_status_bar" id="0x7f03002f"/><public type="layout" name="tw_status_bar_expanded" id="0x7f030030"/><public type="layout" name="tw_status_bar_expanded_header" id="0x7f030031"/><public type="layout" name="tw_status_bar_no_recent_apps" id="0x7f030032"/><public type="layout" name="tw_status_bar_notification_row" id="0x7f030033"/><public type="layout" name="tw_status_bar_split_panel" id="0x7f030035"/><public type="layout" name="tw_status_bar_split_panel_item" id="0x7f030036"/><public type="layout" name="tw_status_bar_toggle_slider" id="0x7f030037"/><public type="layout" name="tw_super_status_bar" id="0x7f030038"/><public type="layout" name="tw_system_bar" id="0x7f030039"/><public type="layout" name="tw_system_bar_no_recent_apps" id="0x7f03003a"/><public type="layout" name="tw_system_bar_notification_area" id="0x7f03003b"/><public type="layout" name="tw_system_bar_notification_panel" id="0x7f03003c"/><public type="layout" name="tw_system_bar_notification_panel_title" id="0x7f03003d"/><public type="layout" name="tw_system_bar_recent_panel" id="0x7f03003e"/><public type="layout" name="status_bar_search_panel" id="0x7f030018"/><public type="layout" name="spen_app_tray_apps_item" id="0x7f030007"/><public type="layout" name="spen_app_tray_panel" id="0x7f030008"/><public type="layout" name="status_bar_recent_item" id="0x7f030016"/><public type="layout" name="status_bar_recent_panel" id="0x7f030017"/><public type="layout" name="tw_status_bar_recent_panel" id="0x7f030034"/><public type="anim" name="hydraulic_brake_interpolator" id="0x7f040000"/><public type="anim" name="lights_out_in" id="0x7f040001"/><public type="anim" name="lights_out_out" id="0x7f040002"/><public type="anim" name="mini_apps_edit_panel_hide_anim" id="0x7f040003"/><public type="anim" name="mini_apps_edit_panel_show_anim" id="0x7f040004"/><public type="anim" name="notification_buttons_in" id="0x7f040005"/><public type="anim" name="notification_buttons_out" id="0x7f040006"/><public type="anim" name="notification_dnd_off" id="0x7f040007"/><public type="anim" name="notification_dnd_on" id="0x7f040008"/><public type="anim" name="notification_icons_in" id="0x7f040009"/><public type="anim" name="notification_icons_out" id="0x7f04000a"/><public type="anim" name="priority_alert_enter" id="0x7f04000b"/><public type="anim" name="priority_alert_exit" id="0x7f04000c"/><public type="anim" name="recent_app_enter" id="0x7f04000d"/><public type="anim" name="recent_app_leave" id="0x7f04000e"/><public type="anim" name="recent_appear" id="0x7f04000f"/><public type="anim" name="search_launch_enter" id="0x7f040010"/><public type="anim" name="search_launch_exit" id="0x7f040011"/><public type="anim" name="system_in" id="0x7f040012"/><public type="anim" name="system_out" id="0x7f040013"/><public type="xml" name="spellscroll" id="0x7f050000"/><public type="raw" name="carousel" id="0x7f060000"/><public type="raw" name="hw_touch" id="0x7f060001"/><public type="raw" name="tray_close" id="0x7f060002"/><public type="raw" name="tray_open" id="0x7f060003"/><public type="array" name="spen_apps" id="0x7f070000"/><public type="array" name="QuickSettingButtonAttribute" id="0x7f070004"/><public type="array" name="mini_mode_apps" id="0x7f070005"/><public type="array" name="navbar_search_targets" id="0x7f070001"/><public type="array" name="navbar_search_target_descriptions" id="0x7f070002"/><public type="array" name="navbar_search_direction_descriptions" id="0x7f070003"/><public type="color" name="notification_panel_solid_background" id="0x7f080000"/><public type="color" name="status_bar_recents_app_label_color" id="0x7f080001"/><public type="color" name="notification_list_shadow_top" id="0x7f080002"/><public type="color" name="notification_category_color" id="0x7f080003"/><public type="color" name="tw_status_bar_clear_btn_text" id="0x7f080004"/><public type="color" name="tw_holoclock_color" id="0x7f080005"/><public type="color" name="tw_status_bar_recent_btn_color" id="0x7f080006"/><public type="color" name="tw_status_bar_recent_btn_color_for_tablet" id="0x7f080007"/><public type="bool" name="config_recents_interface_for_tablets" id="0x7f090000"/><public type="bool" name="config_recents_thumbnail_image_fits_to_xy" id="0x7f090001"/><public type="bool" name="config_hspa_data_distinguishable" id="0x7f090002"/><public type="bool" name="config_statusBarShowNumber" id="0x7f090003"/><public type="bool" name="config_showPhoneRSSIForData" id="0x7f090004"/><public type="bool" name="config_showMin3G" id="0x7f090005"/><public type="bool" name="config_showRotationLock" id="0x7f090006"/><public type="bool" name="config_useTouchWizGUI" id="0x7f090007"/><public type="bool" name="config_roamingIconDisplay" id="0x7f090008"/><public type="bool" name="config_useStatusBarMarquee" id="0x7f090009"/><public type="bool" name="config_plmnIconDisplay" id="0x7f09000a"/><public type="bool" name="config_BlockWifiQuickSettingButton" id="0x7f09000b"/><public type="bool" name="config_showStatusBarHelp" id="0x7f09000c"/><public type="bool" name="config_useChinaQuickLaunch" id="0x7f09000d"/><public type="bool" name="config_useStatusBarWorldClock" id="0x7f09000e"/><public type="bool" name="config_setDefaultOrientationLandscapeMode" id="0x7f09000f"/><public type="bool" name="config_setDefaultPLMNtoNULL" id="0x7f090010"/><public type="bool" name="config_useBrightController" id="0x7f090011"/><public type="bool" name="config_useAutoBrightnessDetail" id="0x7f090012"/><public type="bool" name="config_hideWifiInAndOut" id="0x7f090013"/><public type="bool" name="config_recentsPanelshowRemoveAll" id="0x7f090014"/><public type="bool" name="config_recentsPanelshowGoogleNow" id="0x7f090015"/><public type="bool" name="config_useLBSIndicator" id="0x7f090016"/><public type="bool" name="config_alwaysShowMenuKey" id="0x7f090017"/><public type="bool" name="config_useKorAlgorithmForRSSI" id="0x7f090018"/><public type="bool" name="config_ShowOnly1xRSSI" id="0x7f090019"/><public type="bool" name="config_quicklaunchbutton" id="0x7f09001a"/><public type="bool" name="config_supportHapticFeedback" id="0x7f09001b"/><public type="string" name="config_statusBarComponent" id="0x7f0a0000"/><public type="string" name="config_systemBarComponent" id="0x7f0a0001"/><public type="string" name="status_bar_date_formatter" id="0x7f0a0002"/><public type="string" name="tw_status_bar_date_formatter" id="0x7f0a0003"/><public type="string" name="quickpanel_notification_count_formatter" id="0x7f0a0004"/><public type="string" name="app_label" id="0x7f0a0005"/><public type="string" name="status_bar_clear_all_button" id="0x7f0a0006"/><public type="string" name="status_bar_do_not_disturb_button" id="0x7f0a0007"/><public type="string" name="status_bar_please_disturb_button" id="0x7f0a0008"/><public type="string" name="status_bar_recent_remove_item_title" id="0x7f0a0009"/><public type="string" name="status_bar_recent_inspect_item_title" id="0x7f0a000a"/><public type="string" name="status_bar_no_recent_apps" id="0x7f0a000b"/><public type="string" name="status_bar_accessibility_dismiss_recents" id="0x7f0a000c"/><public type="string" name="status_bar_no_notifications_title" id="0x7f0a000d"/><public type="string" name="status_bar_ongoing_events_title" id="0x7f0a000e"/><public type="string" name="status_bar_latest_events_title" id="0x7f0a000f"/><public type="string" name="battery_low_title" id="0x7f0a0010"/><public type="string" name="battery_low_subtitle" id="0x7f0a0011"/><public type="string" name="battery_low_percent_format" id="0x7f0a0012"/><public type="string" name="invalid_charger" id="0x7f0a0013"/><public type="string" name="battery_low_why" id="0x7f0a0014"/><public type="string" name="status_bar_settings_settings_button" id="0x7f0a0015"/><public type="string" name="status_bar_settings_wifi_button" id="0x7f0a0016"/><public type="string" name="status_bar_settings_airplane" id="0x7f0a0017"/><public type="string" name="status_bar_settings_auto_rotation" id="0x7f0a0018"/><public type="string" name="status_bar_settings_mute_label" id="0x7f0a0019"/><public type="string" name="status_bar_settings_auto_brightness_label" id="0x7f0a001a"/><public type="string" name="status_bar_settings_notifications" id="0x7f0a001b"/><public type="string" name="status_bar_settings_battery_meter_format" id="0x7f0a001c"/><public type="string" name="status_bar_network_name_separator" id="0x7f0a001d"/><public type="string" name="bluetooth_tethered" id="0x7f0a001e"/><public type="string" name="status_bar_input_method_settings_configure_input_methods" id="0x7f0a001f"/><public type="string" name="status_bar_use_physical_keyboard" id="0x7f0a0020"/><public type="string" name="usb_device_permission_prompt" id="0x7f0a0021"/><public type="string" name="usb_accessory_permission_prompt" id="0x7f0a0022"/><public type="string" name="usb_device_confirm_prompt" id="0x7f0a0023"/><public type="string" name="usb_accessory_confirm_prompt" id="0x7f0a0024"/><public type="string" name="usb_accessory_uri_prompt" id="0x7f0a0025"/><public type="string" name="title_usb_accessory" id="0x7f0a0026"/><public type="string" name="label_view" id="0x7f0a0027"/><public type="string" name="always_use_device" id="0x7f0a0028"/><public type="string" name="always_use_accessory" id="0x7f0a0029"/><public type="string" name="compat_mode_on" id="0x7f0a002a"/><public type="string" name="compat_mode_off" id="0x7f0a002b"/><public type="string" name="compat_mode_help_header" id="0x7f0a002c"/><public type="string" name="compat_mode_help_body" id="0x7f0a002d"/><public type="string" name="screenshot_saving_ticker" id="0x7f0a002e"/><public type="string" name="screenshot_saving_title" id="0x7f0a002f"/><public type="string" name="screenshot_saving_text" id="0x7f0a0030"/><public type="string" name="screenshot_saved_title" id="0x7f0a0031"/><public type="string" name="screenshot_saved_text" id="0x7f0a0032"/><public type="string" name="screenshot_failed_title" id="0x7f0a0033"/><public type="string" name="screenshot_failed_text" id="0x7f0a0034"/><public type="string" name="one_item_will_be_deleted" id="0x7f0a0035"/><public type="string" name="usb_preference_title" id="0x7f0a0036"/><public type="string" name="use_mtp_button_title" id="0x7f0a0037"/><public type="string" name="use_ptp_button_title" id="0x7f0a0038"/><public type="string" name="installer_cd_button_title" id="0x7f0a0039"/><public type="string" name="accessibility_back" id="0x7f0a003a"/><public type="string" name="accessibility_home" id="0x7f0a003b"/><public type="string" name="accessibility_menu" id="0x7f0a003c"/><public type="string" name="accessibility_capture" id="0x7f0a003d"/><public type="string" name="accessibility_recent" id="0x7f0a003e"/><public type="string" name="accessibility_open_traybar" id="0x7f0a003f"/><public type="string" name="accessibility_ime_switch_button" id="0x7f0a0040"/><public type="string" name="accessibility_compatibility_zoom_button" id="0x7f0a0041"/><public type="string" name="accessibility_compatibility_zoom_example" id="0x7f0a0042"/><public type="string" name="accessibility_bluetooth_connected" id="0x7f0a0043"/><public type="string" name="accessibility_bluetooth_disconnected" id="0x7f0a0044"/><public type="string" name="accessibility_no_battery" id="0x7f0a0045"/><public type="string" name="accessibility_battery_one_bar" id="0x7f0a0046"/><public type="string" name="accessibility_battery_two_bars" id="0x7f0a0047"/><public type="string" name="accessibility_battery_three_bars" id="0x7f0a0048"/><public type="string" name="accessibility_battery_full" id="0x7f0a0049"/><public type="string" name="accessibility_no_phone" id="0x7f0a004a"/><public type="string" name="accessibility_phone_one_bar" id="0x7f0a004b"/><public type="string" name="accessibility_phone_two_bars" id="0x7f0a004c"/><public type="string" name="accessibility_phone_three_bars" id="0x7f0a004d"/><public type="string" name="accessibility_phone_four_bars" id="0x7f0a004e"/><public type="string" name="accessibility_phone_five_bars" id="0x7f0a004f"/><public type="string" name="accessibility_phone_signal_full" id="0x7f0a0050"/><public type="string" name="accessibility_no_data" id="0x7f0a0051"/><public type="string" name="accessibility_data_one_bar" id="0x7f0a0052"/><public type="string" name="accessibility_data_two_bars" id="0x7f0a0053"/><public type="string" name="accessibility_data_three_bars" id="0x7f0a0054"/><public type="string" name="accessibility_data_four_bars" id="0x7f0a0055"/><public type="string" name="accessibility_data_five_bars" id="0x7f0a0056"/><public type="string" name="accessibility_data_signal_full" id="0x7f0a0057"/><public type="string" name="accessibility_no_wifi" id="0x7f0a0058"/><public type="string" name="accessibility_wifi_one_bar" id="0x7f0a0059"/><public type="string" name="accessibility_wifi_two_bars" id="0x7f0a005a"/><public type="string" name="accessibility_wifi_three_bars" id="0x7f0a005b"/><public type="string" name="accessibility_wifi_signal_full" id="0x7f0a005c"/><public type="string" name="accessibility_no_wimax" id="0x7f0a005d"/><public type="string" name="accessibility_wimax_one_bar" id="0x7f0a005e"/><public type="string" name="accessibility_wimax_two_bars" id="0x7f0a005f"/><public type="string" name="accessibility_wimax_three_bars" id="0x7f0a0060"/><public type="string" name="accessibility_wimax_signal_full" id="0x7f0a0061"/><public type="string" name="accessibility_data_connection_gprs" id="0x7f0a0062"/><public type="string" name="accessibility_data_connection_3g" id="0x7f0a0063"/><public type="string" name="accessibility_data_connection_3.5g" id="0x7f0a0064"/><public type="string" name="accessibility_data_connection_4g" id="0x7f0a0065"/><public type="string" name="accessibility_data_connection_cdma" id="0x7f0a0066"/><public type="string" name="accessibility_data_connection_edge" id="0x7f0a0067"/><public type="string" name="accessibility_data_connection_wifi" id="0x7f0a0068"/><public type="string" name="accessibility_no_sim" id="0x7f0a0069"/><public type="string" name="accessibility_bluetooth_tether" id="0x7f0a006a"/><public type="string" name="accessibility_airplane_mode" id="0x7f0a006b"/><public type="string" name="accessibility_battery_level" id="0x7f0a006c"/><public type="string" name="accessibility_settings_button" id="0x7f0a006d"/><public type="string" name="accessibility_notifications_button" id="0x7f0a006e"/><public type="string" name="accessibility_remove_notification" id="0x7f0a006f"/><public type="string" name="accessibility_gps_enabled" id="0x7f0a0070"/><public type="string" name="accessibility_gps_acquiring" id="0x7f0a0071"/><public type="string" name="accessibility_tty_enabled" id="0x7f0a0072"/><public type="string" name="accessibility_ringer_vibrate" id="0x7f0a0073"/><public type="string" name="accessibility_ringer_silent" id="0x7f0a0074"/><public type="string" name="accessibility_recents_item_dismissed" id="0x7f0a0075"/><public type="string" name="data_usage_disabled_dialog_3g_title" id="0x7f0a0076"/><public type="string" name="data_usage_disabled_dialog_4g_title" id="0x7f0a0077"/><public type="string" name="data_usage_disabled_dialog_mobile_title" id="0x7f0a0078"/><public type="string" name="data_usage_disabled_dialog_title" id="0x7f0a0079"/><public type="string" name="data_usage_disabled_dialog" id="0x7f0a007a"/><public type="string" name="data_usage_disabled_dialog_enable" id="0x7f0a007b"/><public type="string" name="data_usage_enable_mobile_warning" id="0x7f0a007c"/><public type="string" name="data_usage_disable_mobile" id="0x7f0a007d"/><public type="string" name="status_bar_settings_signal_meter_disconnected" id="0x7f0a007e"/><public type="string" name="status_bar_settings_signal_meter_wifi_nossid" id="0x7f0a007f"/><public type="string" name="gps_notification_searching_text" id="0x7f0a0080"/><public type="string" name="gps_notification_found_text" id="0x7f0a0081"/><public type="string" name="accessibility_clear_all" id="0x7f0a0082"/><public type="string" name="dreams_dock_launcher" id="0x7f0a0083"/><public type="string" name="status_bar_notification_inspect_item_title" id="0x7f0a0084"/><public type="string" name="notifications_off_title" id="0x7f0a0085"/><public type="string" name="notifications_off_text" id="0x7f0a0086"/><public type="string" name="accessibility_rotation_lock_off" id="0x7f0a0087"/><public type="string" name="accessibility_rotation_lock_on_landscape" id="0x7f0a0088"/><public type="string" name="accessibility_rotation_lock_on_portrait" id="0x7f0a0089"/><public type="string" name="quickpanel_wifi_text" id="0x7f0a008a"/><public type="string" name="quickpanel_bluetooth_text" id="0x7f0a008b"/><public type="string" name="quickpanel_gps_text" id="0x7f0a008c"/><public type="string" name="quickpanel_silent_mode_text" id="0x7f0a008d"/><public type="string" name="quickpanel_silent_mode_sound" id="0x7f0a008e"/><public type="string" name="quickpanel_silent_mode_vibrate" id="0x7f0a008f"/><public type="string" name="quickpanel_silent_mode_mute" id="0x7f0a0090"/><public type="string" name="quickpanel_rotation_text" id="0x7f0a0091"/><public type="string" name="quickpanel_mobile_data_text" id="0x7f0a0092"/><public type="string" name="quickpanel_dormant_mode_text" id="0x7f0a0093"/><public type="string" name="quickpanel_notification_text" id="0x7f0a0094"/><public type="string" name="quickpanel_airplane_mode_text" id="0x7f0a0095"/><public type="string" name="quickpanel_sync_text" id="0x7f0a0096"/><public type="string" name="quickpanel_wifi_display_text" id="0x7f0a0097"/><public type="string" name="quickpanel_power_saving_text" id="0x7f0a0098"/><public type="string" name="quickpanel_driving_mode_text" id="0x7f0a0099"/><public type="string" name="quickpanel_nfc_text" id="0x7f0a009a"/><public type="string" name="quickpanel_error_text" id="0x7f0a009b"/><public type="string" name="dormant_mode_off_message" id="0x7f0a009c"/><public type="string" name="mobile_data_dialog_text" id="0x7f0a009d"/><public type="string" name="mobile_data_connect" id="0x7f0a009e"/><public type="string" name="mobile_data_connection_dialog_text" id="0x7f0a009f"/><public type="string" name="warning_alert_check" id="0x7f0a00a0"/><public type="string" name="insert_sim_card" id="0x7f0a00a1"/><public type="string" name="insert_sim_card_message" id="0x7f0a00a2"/><public type="string" name="accessibility_power_saving_mode" id="0x7f0a00a3"/><public type="string" name="wifi_enable_warning" id="0x7f0a00a4"/><public type="string" name="wifi_ap_turning_off" id="0x7f0a00a5"/><public type="string" name="accessibility_brightness_icon" id="0x7f0a00a6"/><public type="string" name="no_sim_notification_title" id="0x7f0a00a7"/><public type="string" name="no_sim_notification_text" id="0x7f0a00a8"/><public type="string" name="accessibility_data_connection_lte" id="0x7f0a00a9"/><public type="string" name="accessibility_close_button" id="0x7f0a00aa"/><public type="string" name="interrupt_charge_title" id="0x7f0a00ab"/><public type="string" name="interrupt_charge_by_terminal_open_text" id="0x7f0a00ac"/><public type="string" name="interrupt_charge_by_too_high_temperature_text" id="0x7f0a00ad"/><public type="string" name="interrupt_charge_by_too_low_temperature_text" id="0x7f0a00ae"/><public type="string" name="battery_full_title" id="0x7f0a00af"/><public type="string" name="battery_full_text" id="0x7f0a00b0"/><public type="string" name="low_battery_title" id="0x7f0a00b1"/><public type="string" name="critical_low_battery_title" id="0x7f0a00b2"/><public type="string" name="low_battery_text" id="0x7f0a00b3"/><public type="string" name="low_battery_text_charged_via_ta" id="0x7f0a00b4"/><public type="string" name="wireless_charge_title" id="0x7f0a00b5"/><public type="string" name="wireless_charge_text" id="0x7f0a00b6"/><public type="string" name="wireless_charge_from_wireless_to_cable_text" id="0x7f0a00b7"/><public type="string" name="wireless_charge_from_cable_to_wireless_text" id="0x7f0a00b8"/><public type="string" name="face_detection_failure_text" id="0x7f0a00b9"/><public type="string" name="screen_capture_fail_for_storage_capacity" id="0x7f0a00ba"/><public type="string" name="status_bar_recent_launch_task_manager_title" id="0x7f0a00bb"/><public type="string" name="status_bar_recent_launch_google_button" id="0x7f0a00bc"/><public type="string" name="status_bar_recent_remove_all_button" id="0x7f0a00bd"/><public type="string" name="swap" id="0x7f0a00be"/><public type="string" name="spen_detach_notification_title" id="0x7f0a00bf"/><public type="string" name="spen_detach_notification_text" id="0x7f0a00c0"/><public type="string" name="spen_notification_settings_title" id="0x7f0a00c1"/><public type="string" name="spen_notification_toolbar_title" id="0x7f0a00c2"/><public type="string" name="quickpanel_data_roaming_text" id="0x7f0a00c3"/><public type="string" name="data_roaming_dialog_text" id="0x7f0a00c4"/><public type="string" name="mobile_data_enable_dialog_text" id="0x7f0a00c5"/><public type="string" name="multi_window_arrange_setting" id="0x7f0a00c6"/><public type="string" name="cancel" id="0x7f0a00c7"/><public type="string" name="done" id="0x7f0a00c8"/><public type="string" name="config_operator" id="0x7f0a00ca"/><public type="string" name="mini_apps" id="0x7f0a00cb"/><public type="string" name="mini_apps_no_selected_apps" id="0x7f0a00cc"/><public type="string" name="edit" id="0x7f0a00cd"/><public type="string" name="accessibility_close_traybar" id="0x7f0a00ce"/><public type="string" name="toast_rotation_locked" id="0x7f0a00c9"/><public type="integer" name="config_maxNotificationIcons" id="0x7f0b0000"/><public type="integer" name="config_show_search_delay" id="0x7f0b0001"/><public type="integer" name="config_vibration_duration" id="0x7f0b0002"/><public type="integer" name="config_search_panel_view_vibration_duration" id="0x7f0b0003"/><public type="integer" name="notification_panel_layout_gravity" id="0x7f0b0005"/><public type="integer" name="config_maxLevelOfSignalStrengthIndicator" id="0x7f0b0006"/><public type="integer" name="config_maxNotificationIconsNum" id="0x7f0b0007"/><public type="integer" name="config_QuickSettingButtonCount" id="0x7f0b0008"/><public type="integer" name="status_bar_recents_bg_gradient_degrees" id="0x7f0b0004"/><public type="dimen" name="status_bar_edge_ignore" id="0x7f0c0000"/><public type="dimen" name="status_bar_recents_app_icon_max_width" id="0x7f0c0001"/><public type="dimen" name="status_bar_recents_app_icon_max_height" id="0x7f0c0002"/><public type="dimen" name="status_bar_recents_thumbnail_width" id="0x7f0c0003"/><public type="dimen" name="status_bar_recents_thumbnail_height" id="0x7f0c0004"/><public type="dimen" name="status_bar_recents_app_label_text_size" id="0x7f0c0005"/><public type="dimen" name="status_bar_recents_app_description_text_size" id="0x7f0c0006"/><public type="dimen" name="status_bar_recents_text_fading_edge_length" id="0x7f0c0007"/><public type="dimen" name="status_bar_recents_scroll_fading_edge_length" id="0x7f0c0008"/><public type="dimen" name="status_bar_recents_right_glow_margin" id="0x7f0c0009"/><public type="dimen" name="peek_window_y_offset" id="0x7f0c000a"/><public type="dimen" name="navigation_bar_size" id="0x7f0c000b"/><public type="dimen" name="navigation_bar_deadzone_size" id="0x7f0c000c"/><public type="dimen" name="status_bar_icon_size" id="0x7f0c000d"/><public type="dimen" name="notification_min_height" id="0x7f0c000e"/><public type="dimen" name="tw_notification_min_height" id="0x7f0c000f"/><public type="dimen" name="notification_max_height" id="0x7f0c0010"/><public type="dimen" name="notification_row_min_height" id="0x7f0c0011"/><public type="dimen" name="tw_notification_row_min_height" id="0x7f0c0012"/><public type="dimen" name="notification_row_max_height" id="0x7f0c0013"/><public type="dimen" name="status_bar_icon_drawing_size" id="0x7f0c0014"/><public type="dimen" name="tw_status_bar_icon_size_scale" id="0x7f0c0015"/><public type="dimen" name="status_bar_icon_drawing_alpha" id="0x7f0c0016"/><public type="dimen" name="tw_status_bar_icon_drawing_alpha" id="0x7f0c0017"/><public type="dimen" name="status_bar_icon_padding" id="0x7f0c0018"/><public type="dimen" name="notification_divider_height" id="0x7f0c0019"/><public type="dimen" name="tw_notification_divider_height" id="0x7f0c001a"/><public type="dimen" name="self_expand_velocity" id="0x7f0c001b"/><public type="dimen" name="self_collapse_velocity" id="0x7f0c001c"/><public type="dimen" name="fling_expand_min_velocity" id="0x7f0c001d"/><public type="dimen" name="fling_collapse_min_velocity" id="0x7f0c001e"/><public type="dimen" name="fling_gesture_max_x_velocity" id="0x7f0c001f"/><public type="dimen" name="fling_gesture_max_output_velocity" id="0x7f0c0020"/><public type="dimen" name="collapse_min_display_fraction" id="0x7f0c0021"/><public type="dimen" name="expand_min_display_fraction" id="0x7f0c0022"/><public type="dimen" name="expand_accel" id="0x7f0c0023"/><public type="dimen" name="collapse_accel" id="0x7f0c0024"/><public type="dimen" name="global_screenshot_bg_padding" id="0x7f0c0025"/><public type="dimen" name="navigation_key_width" id="0x7f0c0026"/><public type="dimen" name="navigation_menu_key_width" id="0x7f0c0027"/><public type="dimen" name="navbar_search_snap_margin" id="0x7f0c0028"/><public type="dimen" name="navbar_search_outerring_diameter" id="0x7f0c0029"/><public type="dimen" name="navbar_search_outerring_radius" id="0x7f0c002a"/><public type="dimen" name="navbar_search_up_threshhold" id="0x7f0c002b"/><public type="dimen" name="navbar_search_panel_height" id="0x7f0c002c"/><public type="dimen" name="close_handle_height" id="0x7f0c002d"/><public type="dimen" name="tw_close_handle_height" id="0x7f0c002e"/><public type="dimen" name="close_handle_underlap" id="0x7f0c002f"/><public type="dimen" name="tw_close_handle_underlap" id="0x7f0c0030"/><public type="dimen" name="notification_panel_header_height" id="0x7f0c0031"/><public type="dimen" name="tw_notification_panel_header_height" id="0x7f0c0032"/><public type="dimen" name="notification_panel_padding_top" id="0x7f0c0033"/><public type="dimen" name="notification_panel_header_padding_top" id="0x7f0c0034"/><public type="dimen" name="notification_panel_margin_bottom" id="0x7f0c0035"/><public type="dimen" name="notification_panel_margin_left" id="0x7f0c0036"/><public type="dimen" name="carrier_label_height" id="0x7f0c0037"/><public type="dimen" name="quick_setting_button_height" id="0x7f0c0038"/><public type="dimen" name="quick_setting_button_image_height" id="0x7f0c0039"/><public type="dimen" name="quick_setting_button_text_height" id="0x7f0c003a"/><public type="dimen" name="quick_setting_button_text_size" id="0x7f0c003b"/><public type="dimen" name="quick_setting_button_status_height" id="0x7f0c003c"/><public type="dimen" name="quick_setting_button_status_padding" id="0x7f0c003d"/><public type="dimen" name="quick_setting_button_margin_top" id="0x7f0c003e"/><public type="dimen" name="notification_panel_quicksettingbtn_height" id="0x7f0c003f"/><public type="dimen" name="notification_panel_brightness_controller_height" id="0x7f0c0040"/><public type="dimen" name="notification_panel_notification_top_margin" id="0x7f0c0041"/><public type="dimen" name="status_bar_clock_text_size" id="0x7f0c0042"/><public type="dimen" name="status_bar_expanded_notification_category_height" id="0x7f0c0043"/><public type="dimen" name="status_bar_expanded_notification_category_text_size" id="0x7f0c0044"/><public type="dimen" name="status_bar_expanded_clear_button_width" id="0x7f0c0045"/><public type="dimen" name="status_bar_expanded_notification_clear_button_text_size" id="0x7f0c0046"/><public type="dimen" name="tw_status_bar_recent_panel_button_text_size" id="0x7f0c0047"/><public type="dimen" name="status_bar_recents_launch_button_margin" id="0x7f0c0048"/><public type="dimen" name="tw_status_bar_recent_panel_button_text_size_port" id="0x7f0c0049"/><public type="dimen" name="s_app_panel_height" id="0x7f0c004a"/><public type="dimen" name="s_app_panel_width" id="0x7f0c004b"/><public type="dimen" name="s_app_panel_height_layout" id="0x7f0c004c"/><public type="dimen" name="s_app_panel_width_layout" id="0x7f0c004d"/><public type="dimen" name="s_app_panel_margin_left" id="0x7f0c004e"/><public type="dimen" name="s_app_panel_margin_right" id="0x7f0c004f"/><public type="dimen" name="s_app_panel_margin_top" id="0x7f0c0050"/><public type="dimen" name="s_app_panel_margin_bottom" id="0x7f0c0051"/><public type="dimen" name="s_app_panel_app_item_height" id="0x7f0c0052"/><public type="dimen" name="s_app_panel_app_item_width" id="0x7f0c0053"/><public type="dimen" name="s_app_panel_app_item_icon_height" id="0x7f0c0054"/><public type="dimen" name="s_app_panel_app_item_icon_width" id="0x7f0c0055"/><public type="dimen" name="s_app_panel_adjacent_icon_focus_gap" id="0x7f0c0056"/><public type="dimen" name="s_app_panel_app_item_icon_bottom_margin" id="0x7f0c0057"/><public type="dimen" name="s_app_panel_app_item_icon_top_margin" id="0x7f0c0058"/><public type="dimen" name="s_app_panel_app_item_icon_hori_margin" id="0x7f0c0059"/><public type="dimen" name="s_app_panel_app_item_label_height" id="0x7f0c005a"/><public type="dimen" name="s_app_panel_app_item_label_margin" id="0x7f0c005b"/><public type="dimen" name="s_app_panel_app_item_label_size" id="0x7f0c005c"/><public type="dimen" name="mini_app_tray_item_width" id="0x7f0c006f"/><public type="dimen" name="mini_app_tray_item_height" id="0x7f0c0070"/><public type="dimen" name="mini_app_tray_container_padding" id="0x7f0c0071"/><public type="dimen" name="mini_app_panel_bg_height" id="0x7f0c0072"/><public type="dimen" name="mw_tray_item_bottom_padding" id="0x7f0c0073"/><public type="dimen" name="mw_tray_close_icon_left_padding" id="0x7f0c0074"/><public type="dimen" name="mw_tray_close_icon_right_padding" id="0x7f0c0075"/><public type="dimen" name="sp_mode_button_width" id="0x7f0c0076"/><public type="dimen" name="sp_mode_button_height" id="0x7f0c0077"/><public type="dimen" name="sp_middle_views_width" id="0x7f0c0078"/><public type="dimen" name="sp_middle_views_height" id="0x7f0c0079"/><public type="dimen" name="sp_small_views_height" id="0x7f0c007a"/><public type="dimen" name="sp_small_views_lr_padding" id="0x7f0c007b"/><public type="dimen" name="mw_tray_icon_height" id="0x7f0c007c"/><public type="dimen" name="mw_tray_icon_width" id="0x7f0c007d"/><public type="dimen" name="notification_panel_headerNquicksettingbtn_height" id="0x7f0c0065"/><public type="dimen" name="notification_panel_width" id="0x7f0c0066"/><public type="dimen" name="tw_notification_panel_width" id="0x7f0c0067"/><public type="dimen" name="tw_notification_panel_padding" id="0x7f0c0068"/><public type="dimen" name="status_bar_recents_thumbnail_left_margin" id="0x7f0c005d"/><public type="dimen" name="status_bar_recents_text_description_padding" id="0x7f0c005f"/><public type="dimen" name="status_bar_recents_app_label_width" id="0x7f0c0060"/><public type="dimen" name="status_bar_recents_app_label_left_margin" id="0x7f0c0061"/><public type="dimen" name="status_bar_recents_app_icon_left_margin" id="0x7f0c0063"/><public type="dimen" name="status_bar_recents_app_icon_top_margin" id="0x7f0c0064"/><public type="dimen" name="notification_ticker_width" id="0x7f0c0069"/><public type="dimen" name="status_bar_panel_bottom_offset" id="0x7f0c006a"/><public type="dimen" name="notification_panel_min_height" id="0x7f0c006b"/><public type="dimen" name="panel_float" id="0x7f0c006c"/><public type="dimen" name="status_bar_recents_width" id="0x7f0c006d"/><public type="dimen" name="tw_status_bar_icon_padding" id="0x7f0c006e"/><public type="dimen" name="status_bar_recents_item_padding" id="0x7f0c0062"/><public type="dimen" name="status_bar_recents_thumbnail_top_margin" id="0x7f0c005e"/><public type="id" name="expandable_tag" id="0x7f0d0000"/><public type="id" name="user_expanded_tag" id="0x7f0d0001"/><public type="id" name="padding" id="0x7f0d0002"/><public type="id" name="level_percent" id="0x7f0d0003"/><public type="id" name="image" id="0x7f0d0004"/><public type="id" name="header" id="0x7f0d0005"/><public type="id" name="diagram" id="0x7f0d0006"/><public type="id" name="icon" id="0x7f0d0007"/><public type="id" name="explanation" id="0x7f0d0008"/><public type="id" name="button" id="0x7f0d0009"/><public type="id" name="global_screenshot_background" id="0x7f0d000a"/><public type="id" name="global_screenshot" id="0x7f0d000b"/><public type="id" name="global_screenshot_flash" id="0x7f0d000c"/><public type="id" name="contentHolder" id="0x7f0d000d"/><public type="id" name="rot0" id="0x7f0d000e"/><public type="id" name="nav_buttons" id="0x7f0d000f"/><public type="id" name="back" id="0x7f0d0010"/><public type="id" name="home" id="0x7f0d0011"/><public type="id" name="recent_apps" id="0x7f0d0012"/><public type="id" name="menu" id="0x7f0d0013"/><public type="id" name="lights_out" id="0x7f0d0014"/><public type="id" name="deadzone" id="0x7f0d0015"/><public type="id" name="rot90" id="0x7f0d0016"/><public type="id" name="rot270" id="0x7f0d0017"/><public type="id" name="notification_adaptive_wrapper" id="0x7f0d0018"/><public type="id" name="wifi_combo" id="0x7f0d0019"/><public type="id" name="wifi_signal" id="0x7f0d001a"/><public type="id" name="wifi_inout" id="0x7f0d001b"/><public type="id" name="spacer" id="0x7f0d001c"/><public type="id" name="mobile_combo" id="0x7f0d001d"/><public type="id" name="mobile_signal" id="0x7f0d001e"/><public type="id" name="mobile_type" id="0x7f0d001f"/><public type="id" name="mobile_inout" id="0x7f0d0020"/><public type="id" name="airplane" id="0x7f0d0021"/><public type="id" name="s_app_panel_apps_item_parent" id="0x7f0d0022"/><public type="id" name="s_app_icon_parent" id="0x7f0d0023"/><public type="id" name="s_app_icon" id="0x7f0d0024"/><public type="id" name="s_app_label" id="0x7f0d0025"/><public type="id" name="s_recents_bg_protect" id="0x7f0d0026"/><public type="id" name="s_apps_parent" id="0x7f0d0027"/><public type="id" name="s_apps_container" id="0x7f0d0028"/><public type="id" name="s_apps_container_settings" id="0x7f0d0029"/><public type="id" name="app_icon_settings" id="0x7f0d002a"/><public type="id" name="status_bar" id="0x7f0d002b"/><public type="id" name="notification_lights_out" id="0x7f0d002c"/><public type="id" name="icons" id="0x7f0d002d"/><public type="id" name="notification_icon_area" id="0x7f0d002e"/><public type="id" name="moreIcon" id="0x7f0d002f"/><public type="id" name="notificationIcons" id="0x7f0d0030"/><public type="id" name="statusIcons" id="0x7f0d0031"/><public type="id" name="signal_battery_cluster" id="0x7f0d0032"/><public type="id" name="signal_cluster" id="0x7f0d0033"/><public type="id" name="battery" id="0x7f0d0034"/><public type="id" name="clock" id="0x7f0d0035"/><public type="id" name="ticker" id="0x7f0d0036"/><public type="id" name="tickerIcon" id="0x7f0d0037"/><public type="id" name="tickerText" id="0x7f0d0038"/><public type="id" name="notification_panel" id="0x7f0d0039"/><public type="id" name="carrier_label" id="0x7f0d003a"/><public type="id" name="scroll" id="0x7f0d003b"/><public type="id" name="latestItems" id="0x7f0d003c"/><public type="id" name="close" id="0x7f0d003d"/><public type="id" name="date" id="0x7f0d003e"/><public type="id" name="rotation_lock_button" id="0x7f0d003f"/><public type="id" name="settings_button" id="0x7f0d0040"/><public type="id" name="clear_all_button" id="0x7f0d0041"/><public type="id" name="number" id="0x7f0d0042"/><public type="id" name="mini_mode_apps_item" id="0x7f0d0043"/><public type="id" name="app_icon" id="0x7f0d0044"/><public type="id" name="app_label" id="0x7f0d0045"/><public type="id" name="recents_bg_protect" id="0x7f0d0046"/><public type="id" name="mini_mode_apps_bg" id="0x7f0d0047"/><public type="id" name="mini_mode_apps_scroller" id="0x7f0d0048"/><public type="id" name="mini_mode_apps_container" id="0x7f0d0049"/><public type="id" name="mini_mode_apps_empty_button_container" id="0x7f0d004a"/><public type="id" name="mini_mode_apps_panel_empty_button" id="0x7f0d004b"/><public type="id" name="mini_mode_tray" id="0x7f0d004c"/><public type="id" name="mw_mode_icon" id="0x7f0d004d"/><public type="id" name="close_icon" id="0x7f0d004e"/><public type="id" name="mw_list_icon" id="0x7f0d004f"/><public type="id" name="mini_mode_apps_panel_edit_button" id="0x7f0d0050"/><public type="id" name="mini_mode_apps_panel_edit" id="0x7f0d0051"/><public type="id" name="mini_mode_apps_panel_edit_title" id="0x7f0d0052"/><public type="id" name="mini_mode_apps_panel_edit_cancel" id="0x7f0d0053"/><public type="id" name="mini_mode_apps_panel_edit_done" id="0x7f0d0054"/><public type="id" name="mini_mode_apps_panel_edit_scroller" id="0x7f0d0055"/><public type="id" name="mini_mode_apps_panel_edit_container" id="0x7f0d0056"/><public type="id" name="mini_mode_apps_panel_edit_item" id="0x7f0d0057"/><public type="id" name="app_preview" id="0x7f0d0058"/><public type="id" name="app_preview_label" id="0x7f0d0059"/><public type="id" name="content_parent" id="0x7f0d005a"/><public type="id" name="mw_arrange_frame" id="0x7f0d005b"/><public type="id" name="button_cascade_mode" id="0x7f0d005c"/><public type="id" name="button_split_mode" id="0x7f0d005d"/><public type="id" name="button_split3l_mode" id="0x7f0d005e"/><public type="id" name="button_split3r_mode" id="0x7f0d005f"/><public type="id" name="button_split4_mode" id="0x7f0d0060"/><public type="id" name="mw_list_view" id="0x7f0d0061"/><public type="id" name="mw_list_item" id="0x7f0d0062"/><public type="id" name="mw_list_item_icon" id="0x7f0d0063"/><public type="id" name="mw_list_item_text" id="0x7f0d0064"/><public type="id" name="top_glow" id="0x7f0d0065"/><public type="id" name="veto" id="0x7f0d0066"/><public type="id" name="content" id="0x7f0d0067"/><public type="id" name="adaptive" id="0x7f0d0068"/><public type="id" name="bottom_glow" id="0x7f0d0069"/><public type="id" name="recent_item" id="0x7f0d006a"/><public type="id" name="app_thumbnail" id="0x7f0d006b"/><public type="id" name="app_thumbnail_image" id="0x7f0d006c"/><public type="id" name="app_description" id="0x7f0d006d"/><public type="id" name="recents_callout_line" id="0x7f0d006e"/><public type="id" name="recents_root" id="0x7f0d006f"/><public type="id" name="recents_transition_background" id="0x7f0d0070"/><public type="id" name="recents_transition_placeholder_icon" id="0x7f0d0071"/><public type="id" name="recents_container" id="0x7f0d0072"/><public type="id" name="recents_linear_layout" id="0x7f0d0073"/><public type="id" name="recents_no_apps" id="0x7f0d0074"/><public type="id" name="search_panel_container" id="0x7f0d0075"/><public type="id" name="search_bg_protect" id="0x7f0d0076"/><public type="id" name="glow_pad_view" id="0x7f0d0077"/><public type="id" name="auto_brightness_group" id="0x7f0d0078"/><public type="id" name="toggle" id="0x7f0d0079"/><public type="id" name="label" id="0x7f0d007a"/><public type="id" name="slider" id="0x7f0d007b"/><public type="id" name="status_bar_container" id="0x7f0d007c"/><public type="id" name="bar_contents_holder" id="0x7f0d007d"/><public type="id" name="bar_contents" id="0x7f0d007e"/><public type="id" name="navigationArea" id="0x7f0d007f"/><public type="id" name="fake_space_bar" id="0x7f0d0080"/><public type="id" name="notificationArea" id="0x7f0d0081"/><public type="id" name="bar_shadow_holder" id="0x7f0d0082"/><public type="id" name="bar_shadow" id="0x7f0d0083"/><public type="id" name="dot0" id="0x7f0d0084"/><public type="id" name="dot1" id="0x7f0d0085"/><public type="id" name="dot2" id="0x7f0d0086"/><public type="id" name="dot3" id="0x7f0d0087"/><public type="id" name="compat_mode_radio_group" id="0x7f0d0088"/><public type="id" name="compat_mode_off_radio" id="0x7f0d0089"/><public type="id" name="compat_mode_on_radio" id="0x7f0d008a"/><public type="id" name="item_subtype" id="0x7f0d008b"/><public type="id" name="item_radio" id="0x7f0d008c"/><public type="id" name="item_icon" id="0x7f0d008d"/><public type="id" name="item_title" id="0x7f0d008e"/><public type="id" name="item_subtitle" id="0x7f0d008f"/><public type="id" name="item_vertical_separator" id="0x7f0d0090"/><public type="id" name="item_settings_icon" id="0x7f0d0091"/><public type="id" name="glow" id="0x7f0d0092"/><public type="id" name="hard_keyboard_section" id="0x7f0d0093"/><public type="id" name="use_physical_keyboard_label" id="0x7f0d0094"/><public type="id" name="hard_keyboard_switch" id="0x7f0d0095"/><public type="id" name="input_method_menu_list" id="0x7f0d0096"/><public type="id" name="ime_settings_shortcut" id="0x7f0d0097"/><public type="id" name="feedbackIconArea" id="0x7f0d0098"/><public type="id" name="imeSwitchButton" id="0x7f0d0099"/><public type="id" name="compatModeButton" id="0x7f0d009a"/><public type="id" name="notificationTrigger" id="0x7f0d009b"/><public type="id" name="network_text" id="0x7f0d009c"/><public type="id" name="bluetooth" id="0x7f0d009d"/><public type="id" name="system_bar_notification_panel_bottom_space" id="0x7f0d009e"/><public type="id" name="content_frame" id="0x7f0d009f"/><public type="id" name="notification_scroller" id="0x7f0d00a0"/><public type="id" name="title_area" id="0x7f0d00a1"/><public type="id" name="mobile_icon" id="0x7f0d00a2"/><public type="id" name="mobile_text" id="0x7f0d00a3"/><public type="id" name="wifi_icon" id="0x7f0d00a4"/><public type="id" name="wifi_direction" id="0x7f0d00a5"/><public type="id" name="wifi_text" id="0x7f0d00a6"/><public type="id" name="battery_text" id="0x7f0d00a7"/><public type="id" name="notification_button" id="0x7f0d00a8"/><public type="id" name="description" id="0x7f0d00a9"/><public type="id" name="preview" id="0x7f0d00aa"/><public type="id" name="alt" id="0x7f0d00ab"/><public type="id" name="status_bar_touch_proxy" id="0x7f0d00ac"/><public type="id" name="listview_footer_padding" id="0x7f0d00ad"/><public type="id" name="airplane_icon" id="0x7f0d00ae"/><public type="id" name="airplane_label" id="0x7f0d00af"/><public type="id" name="airplane_checkbox" id="0x7f0d00b0"/><public type="id" name="network" id="0x7f0d00b1"/><public type="id" name="network_icon" id="0x7f0d00b2"/><public type="id" name="network_label" id="0x7f0d00b3"/><public type="id" name="rotate" id="0x7f0d00b4"/><public type="id" name="rotate_icon" id="0x7f0d00b5"/><public type="id" name="rotate_label" id="0x7f0d00b6"/><public type="id" name="rotate_checkbox" id="0x7f0d00b7"/><public type="id" name="rotate_separator" id="0x7f0d00b8"/><public type="id" name="brightness_icon" id="0x7f0d00b9"/><public type="id" name="brightness" id="0x7f0d00ba"/><public type="id" name="do_not_disturb" id="0x7f0d00bb"/><public type="id" name="do_not_disturb_icon" id="0x7f0d00bc"/><public type="id" name="do_not_disturb_checkbox" id="0x7f0d00bd"/><public type="id" name="settings" id="0x7f0d00be"/><public type="id" name="large_icon" id="0x7f0d00bf"/><public type="id" name="left_icon" id="0x7f0d00c0"/><public type="id" name="text" id="0x7f0d00c1"/><public type="id" name="right_icon" id="0x7f0d00c2"/><public type="id" name="ticker_expanded" id="0x7f0d00c3"/><public type="id" name="traybar_handler0" id="0x7f0d00c4"/><public type="id" name="traybar_handler90" id="0x7f0d00c5"/><public type="id" name="btn_image" id="0x7f0d00c6"/><public type="id" name="btn_text" id="0x7f0d00c7"/><public type="id" name="btn_status_image" id="0x7f0d00c8"/><public type="id" name="mobiledata_text" id="0x7f0d00c9"/><public type="id" name="mobiledata_checkbox" id="0x7f0d00ca"/><public type="id" name="new_mobile_combo" id="0x7f0d00cb"/><public type="id" name="separate_mobile" id="0x7f0d00cc"/><public type="id" name="separate_mobile_type" id="0x7f0d00cd"/><public type="id" name="separate_mobile_inout" id="0x7f0d00ce"/><public type="id" name="mobile_roaming" id="0x7f0d00cf"/><public type="id" name="left_icons" id="0x7f0d00d0"/><public type="id" name="carrierLabel" id="0x7f0d00d1"/><public type="id" name="doNotDisturbIcon" id="0x7f0d00d2"/><public type="id" name="right_icons" id="0x7f0d00d3"/><public type="id" name="ticker_text_view_old" id="0x7f0d00d4"/><public type="id" name="ticker_text_view_new" id="0x7f0d00d5"/><public type="id" name="quicksetting_scroller" id="0x7f0d00d6"/><public type="id" name="quicksetting_container" id="0x7f0d00d7"/><public type="id" name="brightness_controller" id="0x7f0d00d8"/><public type="id" name="brightness_group" id="0x7f0d00d9"/><public type="id" name="auto_brightness" id="0x7f0d00da"/><public type="id" name="scrollCart" id="0x7f0d00db"/><public type="id" name="noNotificationsTitle" id="0x7f0d00dc"/><public type="id" name="noNotificationsText" id="0x7f0d00dd"/><public type="id" name="onGoingCart" id="0x7f0d00de"/><public type="id" name="onGoingNotificationText" id="0x7f0d00df"/><public type="id" name="onGoingItems" id="0x7f0d00e0"/><public type="id" name="notificationCart" id="0x7f0d00e1"/><public type="id" name="latestNotificationText" id="0x7f0d00e2"/><public type="id" name="notificationItems" id="0x7f0d00e3"/><public type="id" name="settings_button_icon" id="0x7f0d00e4"/><public type="id" name="recents_no_apps_string" id="0x7f0d00e5"/><public type="id" name="recents_launch_button" id="0x7f0d00e6"/><public type="id" name="recents_google_button" id="0x7f0d00e7"/><public type="id" name="recents_RemoveAll_button" id="0x7f0d00e8"/><public type="id" name="modes" id="0x7f0d00e9"/><public type="id" name="iv_full_mode" id="0x7f0d00ea"/><public type="id" name="iv_split_mode" id="0x7f0d00eb"/><public type="id" name="iv_split4_mode" id="0x7f0d00ec"/><public type="id" name="iv_split3r_mode" id="0x7f0d00ed"/><public type="id" name="iv_split3l_mode" id="0x7f0d00ee"/><public type="id" name="smallViews_parent" id="0x7f0d00ef"/><public type="id" name="smallViews" id="0x7f0d00f0"/><public type="id" name="middleSmallViews" id="0x7f0d00f1"/><public type="id" name="middleViews" id="0x7f0d00f2"/><public type="id" name="middleViews_left" id="0x7f0d00f3"/><public type="id" name="middleViews_right" id="0x7f0d00f4"/><public type="id" name="thumbnail" id="0x7f0d00f5"/><public type="id" name="cue_dimming" id="0x7f0d00f6"/><public type="id" name="cue_switching" id="0x7f0d00f7"/><public type="id" name="cue_switching_lrb" id="0x7f0d00f8"/><public type="id" name="cue_switching_left" id="0x7f0d00f9"/><public type="id" name="cue_switching_right" id="0x7f0d00fa"/><public type="id" name="cue_switching_bottom" id="0x7f0d00fb"/><public type="id" name="quick_launch" id="0x7f0d00fc"/><public type="id" name="traybar_handler" id="0x7f0d00fd"/><public type="id" name="dot5" id="0x7f0d00fe"/><public type="id" name="face_detection" id="0x7f0d00ff"/><public type="id" name="alarm" id="0x7f0d0100"/><public type="id" name="settings_label" id="0x7f0d0101"/><public type="id" name="settings_underline" id="0x7f0d0102"/><public type="id" name="close_button" id="0x7f0d0103"/><public type="id" name="systemnoti" id="0x7f0d0104"/><public type="id" name="gps" id="0x7f0d0105"/><public type="id" name="notification_inspect_item" id="0x7f0d0106"/><public type="id" name="recent_remove_item" id="0x7f0d0107"/><public type="id" name="recent_inspect_item" id="0x7f0d0108"/><public type="id" name="exp_power_stat" id="0x7f0d0109"/><public type="plurals" name="status_bar_accessibility_recent_apps" id="0x7f0e0000"/><public type="style" name="TextAppearance.StatusBar.IntruderAlert" id="0x7f0f0000"/><public type="style" name="TextAppearance.StatusBar.SystemPanel" id="0x7f0f0001"/><public type="style" name="TextAppearance.StatusBar.TextButton" id="0x7f0f0002"/><public type="style" name="TextAppearance.StatusBar.Clock" id="0x7f0f0003"/><public type="style" name="TextAppearance.StatusBar.Date" id="0x7f0f0004"/><public type="style" name="TextAppearance.StatusBar.Expanded" id="0x7f0f0005"/><public type="style" name="TextAppearance.StatusBar.Expanded.Clock" id="0x7f0f0006"/><public type="style" name="TextAppearance.StatusBar.Expanded.Date" id="0x7f0f0007"/><public type="style" name="TextAppearance.StatusBar.Expanded.Network" id="0x7f0f0008"/><public type="style" name="Animation" id="0x7f0f0009"/><public type="style" name="Animation.ShirtPocketPanel" id="0x7f0f000a"/><public type="style" name="Animation.RecentPanel" id="0x7f0f000b"/><public type="style" name="Animation.StatusBar" id="0x7f0f000c"/><public type="style" name="Animation.StatusBar.IntruderAlert" id="0x7f0f000d"/><public type="style" name="TextAppearance.StatusBar.PhoneTicker" id="0x7f0f000e"/><public type="style" name="Animation_MiniAppsEditPanel" id="0x7f0f0014"/><public type="style" name="TextAppearance_EditPanelTitle" id="0x7f0f0015"/><public type="style" name="TextAppearance_SaveAndCancelButton" id="0x7f0f0016"/><public type="style" name="TextAppearance_EditButton" id="0x7f0f0017"/><public type="style" name="TextAppearance_PreviewLabel" id="0x7f0f0018"/><public type="style" name="StatusBarNotificationText" id="0x7f0f000f"/><public type="style" name="StatusBarPanelSettingsRow" id="0x7f0f0010"/><public type="style" name="StatusBarPanelSettingsIcon" id="0x7f0f0011"/><public type="style" name="StatusBarPanelSettingsContents" id="0x7f0f0012"/><public type="style" name="StatusBarPanelSettingsPanelSeparator" id="0x7f0f0013"/><public type="menu" name="notification_popup_menu" id="0x7f100000"/><public type="menu" name="recent_popup_menu" id="0x7f100001"/></resources>


<public type="drawable" name="status_bar_background" id="0x7f0201f8"/> diese zeile gelöscht

So das sind die änderungen die ich gemacht hab, die png hab ich natürlich eingefügt in drawable-xhdpi und alles ohne Probleme compiliert
 
Zuletzt bearbeitet:
bin wieder mal auf der suche nach einem .9 bg, welches ich nicht finden kann.

ich vermute es in der framework, da es in contacts, mms, etc vorkommt.

habe es in den jeweiligen apps nicht finden können, aber auch in der framework leider nicht.

hoffe jemand kann helfen.

es geht mir um den grauen bg welcher das suchfeld umgibt.

screenshot2012101418525.png
 
wieso sollte das ein png sein? Das sieht doch eher so aus, als wäre es eine background farbe eines tags. Grab dir mit Photoshop o.ä. den Farbcode (sieht nach ~828282 aus) und such den in den xml (drawables, layout-ordner etc)
 
  • Danke
Reaktionen: dogg
oh ok. daran habe ich gar nicht gedacht. vielen dank fuer den tipp.
 
Ich kanns leider ned testen/suchen, da ich die woche kein pc mit apktool habe. Also wenn mal ne decompilierte framework-res.apk oder/und contacts hast, wäre ich dir dankbar :)
sehe gerade, unter JB-Domination auf Omega ists auch grau 828282 und das geht ja mal gar nicht :)
 
klar. kann ich dir am abend gerne zukommen lassen. dekompilierte framework liegt immer auf meinem rechner :)

btw. ja dieses grau ist richit unpassend :/
 
dogg schrieb:
bin wieder mal auf der suche nach einem .9 bg, welches ich nicht finden kann.

ich vermute es in der framework, da es in contacts, mms, etc vorkommt.

habe es in den jeweiligen apps nicht finden können, aber auch in der framework leider nicht.

hoffe jemand kann helfen.

es geht mir um den grauen bg welcher das suchfeld umgibt.

screenshot2012101418525.png


dogg dieser Hintergrund ist ein .9.png und ist in Sec Contakte.apk/res/drawables-sw359dp-xhdpi/ hab mein laptop nicht da deswegen kann ich dir erst heut abend Sagen wie es genau heißt


Gruß
 
oh. doch ein png? ja waere nett wenn du mit sagen koenntestt wie es heisst. konnte es eben nicht finden, deshalb erschien mir kirays aussage plausibel mit dem hex tag
 
Bei mms ist es im übrigen auch ein .9.png werde dir heute abend Schreiben wo genau und wie die heißen, aber auswendig kein plan kann mir sowas nicht merken. Hab diese aber auch sehr lange gesucht
 
habs gefunden^^ Leider ists wirklich ein png...seltsame optimierung...
->> SecContacts.apk/res/drawables-sw359dp-xhdpi/message_bottom_bg.9.png
 

Anhänge

  • Screenshot_2012-10-15-15-55-33.png
    Screenshot_2012-10-15-15-55-33.png
    67,9 KB · Aufrufe: 427
  • Screenshot_2012-10-15-15-57-26.png
    Screenshot_2012-10-15-15-57-26.png
    55,6 KB · Aufrufe: 433
Zuletzt bearbeitet:
  • Danke
Reaktionen: dogg
vielen dank. joa sieht doch schon viel besser aus :)

Der ursprüngliche Beitrag von 17:00 Uhr wurde um 17:01 Uhr ergänzt:

brauchst du die framework immer noch? (decompiled)
 
@dogg in mms ist es entweder SecMms.apk\res\drawable-sw359dp-xhdpi\message_composer_bg.9 oder msg_header.9 oder tw_action_bar_sub_title_bg.9 die gleichen sind auch im xhdpi ordner drin auf jedenfall ist es eines von dennen falls du es noch nicht gefunden hast

edit: @dogg im Übrigen liegt das mit der Systemui wegen der fehlenden leiste nicht an der Bat xml in drawable. Ich hab alle meine Mods einen nach dem anderen Rückgängig gemacht in Orginal zustand ohne Erfolg. zick mal geflasht Statusleiste bleibt immer weg. Wenn ich die Orginal Systemui flash ist sie sofort wieder da. Das macht mich verrückt und Nervt mich voll an deswegen geb ich hier an der stelle auf. Finde einfach keine lösung
 
Zuletzt bearbeitet:
  • Danke
Reaktionen: dogg
nochmals melde ich mich mit einem Problem. (vielleicht hat es indirekt sogar mit mastas/dr.no problem zu tun).


Erstmal eine aufklärende Frage. Was befindet sich in den resources.arsc? Nur die values? also alle values, davon gehe ich zumindest mal davon aus.

Ich habe in den values (framework) schon viele änderungen vorgenommen. in colors, drawables, sowie auch in den strings (meistens bugfixes der übersetzungen).

So, diese gemoddete resources.arsc befindet sich in meinem vrtheme und es funktioniert alles soweit.

nun wollte ich erneut einen bugfix schreiben in den values-de/strings.

Hab dafür die gemoddete ressources.arsc aus meinem theme genommen und in eine ungemoddete framework-res kopiert und ersetzt (damit ich nicht alle änderungen wieder vornehmen muss).

decompiled, änderung vorgenommen (ein wort geändert), compiled. keine fehler, alles ohne probleme.

so resources.arsc aus der build genommen und in mein theme kopiert.

theme geflasht und dann musste ich feststellen, dass die systemui (oberfläche) FC aufweist.

keine statbar und ständig die meldung, dass Oberfläche angehalten wurde.

mein backup dann drübergeflasht und alles wieder i.o.

Woran kann das liegen? Verstehe das nicht, da es keine comile fehler gegeben hat und ich bloss dieses eine Wort geändert habe.

Kann sich das jemand erklären?

in der resources.arsc befinden sich doch bloss die values, oder etwa nicht??
 
Wen du das Original bearbeitest und dann die bearbeiteten resources in die Original einfügst dann sollte alles wieder gehen. Das musste ich leider auch feststellen, denn ich hab meinen fehler jetzt gefunden. Warum das aber so ist weiß ich nicht aber wer nett wenn das jemand erklären könnte

gesendet von Dr.No
 
joa das ist aber kacke, da ich nicht mehr weiss was ich alles da geändert habe. das waren schon sehr viele dinge in den values.

aber wieso klappt es nicht auf dem oben beschriebenen weg? macht für mich irgendwie keinen sinn.

Der ursprüngliche Beitrag von 21:50 Uhr wurde um 22:31 Uhr ergänzt:

ok, hab noch eine gemoddete framework auf dem rechner gefunden mit all meinen änderung. diese angepasst und die resources.arsc ins theme integriert. hat geklappt.

finde ich dennoch merkwürdig warum es mit oben beschriebenen weg nicht klappt. naja, jetzt weiss ich es und die gemoddete framework bleibt erstmal schön auf dem rechenr :)
 
Ich weiß gehört eigentlich nicht hier her, aber hab ein kleines problem und zwar will ich mms.apk Empfänger und convert to mms ändern. Hab dies auch in SecMms.apk/res/xml/mms_config.xml getan und zwar (recipientLimit=vorher stand da 10 jetzt 200) gesetzt und bei smsTomms von 4 auf 10 erhöt. Er macht aber immer noch nach 3 SMS convert to MMS und kann immer noch nur 10 Empfänger hinzufügen

Danke für einen Tipp

Daten hatte ich schon mal gelöscht von der mms.apk
 
'decompile with dependencies' -> twframework-res.apk
 
  • Danke
Reaktionen: nobody573

Ähnliche Themen

nominator2204
Antworten
1
Aufrufe
1.079
sventehf
sventehf
M
Antworten
6
Aufrufe
2.513
Marvis
M
nobody573
Antworten
25
Aufrufe
2.708
nobody573
nobody573
Zurück
Oben Unten