mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 18:58:19 +00:00
> Calculating the hotseat padding statically > Animating taskbar views individually when animating to home instead of a layout animation > Moving all navbar buttons to a separate layout/controller and independent of Launcher > Fixing RTL layout for taskbar and nav bar Bug: 187353581 Test: Manual Change-Id: If21696f38beee328f553e467394776a8e8ed4c3e
7 lines
337 B
XML
7 lines
337 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ImageView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="@dimen/taskbar_nav_buttons_size"
|
|
android:layout_height="@dimen/taskbar_nav_buttons_size"
|
|
android:background="@drawable/taskbar_icon_click_feedback_roundrect"
|
|
android:scaleType="center"/> |