Loading res/drawable/drop_target_frame.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@android:color/transparent" /> <corners android:radius="80dp" /> <corners android:radius="@dimen/drop_target_button_frame_radius" /> <stroke android:width="2dp" android:color="?attr/workspaceAccentColor" /> </shape> No newline at end of file res/drawable/drop_target_frame_hover.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="?attr/workspaceAccentColor" /> <corners android:radius="28dp" /> <corners android:radius="@dimen/drop_target_button_frame_radius" /> </shape> No newline at end of file res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -233,6 +233,7 @@ <dimen name="drop_target_button_drawable_padding">8dp</dimen> <dimen name="drop_target_button_drawable_horizontal_padding">16dp</dimen> <dimen name="drop_target_button_drawable_vertical_padding">8dp</dimen> <dimen name="drop_target_button_frame_radius">80dp</dimen> <dimen name="drop_target_button_gap">28dp</dimen> <dimen name="drop_target_button_workspace_edge_gap">0dp</dimen> Loading Loading
res/drawable/drop_target_frame.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,6 +17,6 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="@android:color/transparent" /> <corners android:radius="80dp" /> <corners android:radius="@dimen/drop_target_button_frame_radius" /> <stroke android:width="2dp" android:color="?attr/workspaceAccentColor" /> </shape> No newline at end of file
res/drawable/drop_target_frame_hover.xml +1 −1 Original line number Diff line number Diff line Loading @@ -17,5 +17,5 @@ <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle"> <solid android:color="?attr/workspaceAccentColor" /> <corners android:radius="28dp" /> <corners android:radius="@dimen/drop_target_button_frame_radius" /> </shape> No newline at end of file
res/values/dimens.xml +1 −0 Original line number Diff line number Diff line Loading @@ -233,6 +233,7 @@ <dimen name="drop_target_button_drawable_padding">8dp</dimen> <dimen name="drop_target_button_drawable_horizontal_padding">16dp</dimen> <dimen name="drop_target_button_drawable_vertical_padding">8dp</dimen> <dimen name="drop_target_button_frame_radius">80dp</dimen> <dimen name="drop_target_button_gap">28dp</dimen> <dimen name="drop_target_button_workspace_edge_gap">0dp</dimen> Loading