Skip to content

Commit bb1fdc6

Browse files
committed
NavigationBar : Customization
Includes: - Allows user to customize navigation bar. Features : - Choose from 1-6 # of buttons - Re-arrange / assign buttons Id: Idc9f5f401f15d207504e49de47666bb5510a06ca - Navbar : Rework logic for determining orientation This patch introduces better checks for hybrid ui's. This should fix issues of small buttons due to incorrect ui determination Thanks Rolf Arne Schulze for testing :) Id: If5b61dc4764a98deedb5b801d11451fed2488cba - Fix layout on N10 - Remove uncessary padding and logic - Phone fixes - Phone padding fixes Change-Id: I8903b85b6ee8581f8564d9dc7b0d40f645d7647a
1 parent 018d070 commit bb1fdc6

46 files changed

Lines changed: 1251 additions & 381 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

core/res/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
<protected-broadcast android:name="android.intent.action.PROXY_CHANGE" />
142142

143143
<protected-broadcast android:name="android.os.UpdateLock.UPDATE_LOCK_CHANGED" />
144+
<protected-broadcast android:name="android.intent.action.NAVBAR_EDIT" />
144145

145146
<protected-broadcast android:name="android.intent.action.DREAMING_STARTED" />
146147
<protected-broadcast android:name="android.intent.action.DREAMING_STOPPED" />
200 Bytes
Loading
196 Bytes
Loading
992 Bytes
Loading
773 Bytes
Loading
1.27 KB
Loading
1.15 KB
Loading
1.15 KB
Loading
1.2 KB
Loading
1.8 KB
Loading

0 commit comments

Comments
 (0)