Câu hỏi được gắn thẻ «androiddesignsupport»

4
Thêm các khung nhìn bên dưới thanh công cụ trong Điều phối viên
Tôi có bố cục như sau: <android.support.design.widget.CoordinatorLayout android:id="@+id/main_content" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <android.support.design.widget.AppBarLayout android:id="@+id/appBar" android:layout_width="match_parent" android:layout_height="wrap_content" android:theme="@style/ThemeOverlay.AppCompat.ActionBar"> <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="?attr/colorPrimary" app:layout_scrollFlags="scroll|enterAlways" app:popupTheme="@style/ThemeOverlay.AppCompat.Light"/> </android.support.design.widget.AppBarLayout> <FrameLayout android:id="@+id/content" android:layout_width="match_parent" android:layout_height="match_parent" /> </android.support.design.widget.CoordinatorLayout> Tôi thêm Fragments vào FrameLayout, thay thế chúng. Một trong những Fragmentdanh sách của tôi là một danh sách, …

6
Thay đổi màu của một mục menu đã chọn trong ngăn điều hướng
Tôi đang sử dụng thư viện Hỗ trợ thiết kế Android mới để triển khai ngăn điều hướng trong ứng dụng của mình. Tôi không thể tìm ra cách thay đổi màu của một mục đã chọn! Đây là xml của menu: <menu xmlns:android="http://schemas.android.com/apk/res/android"> <group android:checkableBehavior="single"> <item android:id="@+id/navigation_item_1" android:icon="@drawable/ic_1" android:title="@string/navigation_item_1"/> …


25
Thanh trạng thái chuyển sang màu trắng và không hiển thị nội dung đằng sau nó
Tôi đang dùng thử AppCompat trên Marshmallow. Và tôi muốn có một thanh trạng thái trong suốt nhưng nó chuyển sang màu trắng. Tôi đã thử một vài giải pháp nhưng chúng không hiệu quả với tôi ( Thanh trạng thái trong suốt không hoạt động với windowTranslucentNavigation = "false" …




Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.