Loading packages/SystemUI/res/layout/shelf_action_chip.xml +16 −22 Original line number Diff line number Diff line Loading @@ -14,22 +14,17 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <com.android.systemui.screenshot.OverlayActionChip <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:id="@+id/overlay_action_chip" android:theme="@style/FloatingOverlay" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:alpha="0.0"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" android:paddingVertical="@dimen/overlay_action_chip_padding_vertical" android:gravity="center" android:background="@drawable/shelf_action_chip_background" android:gravity="center"> > <ImageView android:id="@+id/overlay_action_chip_icon" android:tint="?androidprv:attr/materialColorOnSecondary" Loading @@ -43,4 +38,3 @@ android:textSize="@dimen/overlay_action_chip_text_size" android:textColor="?androidprv:attr/materialColorOnSecondary"/> </LinearLayout> </com.android.systemui.screenshot.OverlayActionChip> Loading
packages/SystemUI/res/layout/shelf_action_chip.xml +16 −22 Original line number Diff line number Diff line Loading @@ -14,22 +14,17 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> <com.android.systemui.screenshot.OverlayActionChip <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" android:id="@+id/overlay_action_chip" android:theme="@style/FloatingOverlay" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="center" android:alpha="0.0"> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" android:paddingVertical="@dimen/overlay_action_chip_padding_vertical" android:gravity="center" android:background="@drawable/shelf_action_chip_background" android:gravity="center"> > <ImageView android:id="@+id/overlay_action_chip_icon" android:tint="?androidprv:attr/materialColorOnSecondary" Loading @@ -43,4 +38,3 @@ android:textSize="@dimen/overlay_action_chip_text_size" android:textColor="?androidprv:attr/materialColorOnSecondary"/> </LinearLayout> </com.android.systemui.screenshot.OverlayActionChip>