Refine layouts for large screen
- Support dynamic paddings depending on app's screen width - Add round corners to homepage ripple effect to improve the transition of being highlighted - Add an interface to support dynamic split layout for suggestion cards Bug: 223300824 Test: robotest, manual Change-Id: Iaca6b4fd3f7369179416ef084a800d7eb2ee4640
This commit is contained in:
@@ -14,13 +14,10 @@
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:insetLeft="@dimen/homepage_menu_entry_padding_horizontal"
|
||||
android:insetRight="@dimen/homepage_menu_entry_padding_horizontal">
|
||||
<shape android:shape="rectangle">
|
||||
<solid
|
||||
android:color="?android:attr/textColorPrimary" />
|
||||
<corners
|
||||
android:radius="@dimen/homepage_menu_entry_corner_radius" />
|
||||
</shape>
|
||||
</inset>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid
|
||||
android:color="?android:attr/textColorPrimary" />
|
||||
<corners
|
||||
android:radius="@dimen/homepage_preference_corner_radius" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user