Показать сообщение отдельно
Старый 15.03.2016, 22:50   #10
oledv
Старший Пользователь
 
Регистрация: 25.04.2012
Возраст: 49
Город: Оленегорск
Регион: 51
Машина: Pontiac Vibe GT 2.4 2009
Сообщений: 105
oledv is just really niceoledv is just really niceoledv is just really niceoledv is just really nice
По умолчанию

-+Bert+- в status_bar.xml

Код:
после <com.android.keyguard.AlphaOptimizedLinearLayout ..................

<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/home" android:paddingLeft="2.0dip" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="match_parent" android:src="@drawable/ic_sysbar_home" android:layout_toLeftOf="@id/recent_apps" systemui:keyCode="3" systemui:glowBackground="@drawable/ic_sysbar_highlight"/>
<com.android.systemui.statusbar.policy.KeyButtonView android:id="@id/recent_apps" android:paddingLeft="2.0dip" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="match_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.Clock ...................
<com.android.systemui.statusbar.policy.KeyButtonView  android:id="@id/back" android:paddingLeft="10.0dip" android:paddingRight="10.0dip" android:layout_width="wrap_content"  android:layout_height="fill_parent" android:src="@drawable/ic_sysbar_back"  android:layout_toLeftOf="@id/recent_apps" systemui:keyCode="4" systemui:glowBackground="@drawable/ic_sysbar_highlight"  />

Последний раз редактировалось oledv; 16.03.2016 в 02:21.
oledv вне форума   Ответить с цитированием