Câu hỏi được gắn thẻ «android-5.0-lollipop»

Android Lollipop, trước đây chỉ là "Android L", lần đầu tiên được hiển thị tại Google I / O 2014. Tên cuối cùng được xác nhận vào ngày 15 tháng 10. Nó hỗ trợ API cấp 21.




16
Lollipop: vẽ phía sau statusBar với màu được đặt thành trong suốt
Tôi đã đặt màu statusBar của mình thành trong suốt cho Lollipop chỉ với dòng sau trong chủ đề của mình: <item name="android:statusBarColor">@android:color/transparent</item> Bây giờ tôi cần vẽ phía sau nó, nhưng tôi không thể có bất kỳ góc nhìn nào phía sau nó. Tôi biết cách làm điều đó …

7
Android kẹo mút thay đổi màu thanh điều hướng
Trong ứng dụng của mình, tôi cần thay đổi màu thanh điều hướng phía dưới. Tôi đã xem nhiều bài nhưng không thể tìm thấy với giải pháp. Tôi đang sử dụng thư viện appCompat. v21 / style.xml <style name="AppTheme" parent="Theme.AppCompat.Light"> <item name="android:windowBackground">@drawable/bgpreview</item> <item name="android:colorPrimary">@color/MyColor</item> <item name="android:colorPrimaryDark">@color/MyColor</item> <item name="android:windowContentOverlay">@null</item> <item …

8
Hiểu RecyclerView setHasFixedSize
Tôi đang gặp một số khó khăn để hiểu setHasFixedSize(). Tôi biết rằng nó được sử dụng để tối ưu hóa khi kích thước của RecyclerViewkhông thay đổi, từ các tài liệu. Điều đó có nghĩa là gì? Trong hầu hết các trường hợp phổ biến, ListViewhầu như luôn luôn …

6
Màu sắc biểu tượng thanh trạng thái Android
Tôi đã tự hỏi liệu có thể thay đổi màu biểu tượng của thanh trạng thái ( không phải màu của thanh trạng thái, colorPrimaryDark) Hãy nói rằng tôi muốn thanh trạng thái này với: <item name="colorPrimaryDark">@android:color/white</item> và các biểu tượng màu đen, có thể? Cảm ơn. BIÊN TẬP: Mới …

18
Thay đổi màu nền của CardView theo lập trình
Các CardView có một thuộc tính card_view:cardBackgroundColorđể xác định màu nền. Thuộc tính này hoạt động tốt. Đồng thời không có phương pháp thay đổi màu sắc linh hoạt. Tôi vừa thử các giải pháp như: mCardView.setBackgroundColor(...); hoặc sử dụng Bố cục bên trong cardView <android.support.v7.widget.CardView> <LinearLayout android:id="@+id/inside_layout"> </android.support.v7.widget.CardView> View …

7
Làm cách nào để ngăn thanh trạng thái và thanh điều hướng hoạt hình trong khi chuyển cảnh hoạt hình cảnh hoạt động?
Đầu tiên, nền thanh trạng thái của tôi được đặt thành màu nâu sẫm và nền thanh điều hướng của tôi có màu đen mặc định. Tôi đang sử dụng chủ đề ánh sáng Vật liệu. Tôi đang bắt đầu một hoạt động mới bằng cách sử dụng ActivityOptions.makeSceneTransitionAnimationcác chuyển …

10
CardView layout_creen = hung match_parent 'không khớp với chiều rộng RecyclerView gốc
Tôi có một đoạn có chứa RecyclerView với layout_creen = "match_parent": <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="center" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity$PlaceholderFragment" /> Mục trong RecyclerView là CardView cũng có layout_creen = "match_parent": <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:card_view="http://schemas.android.com/apk/res-auto" android:id="@+id/card_view" android:layout_gravity="center" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_margin="20dp" card_view:cardCornerRadius="4dp"> <TextView android:layout_gravity="center" android:id="@+id/info_text" android:layout_width="match_parent" android:gravity="center" android:layout_height="match_parent" android:textAppearance="?android:textAppearanceLarge"/> </android.support.v7.widget.CardView> …

17
CardView không hiển thị Shadow trong Android L
Chế độ xem thẻ của tôi bên trong Listview không hiển thị bóng trong Android L (Nexus 5). Ngoài ra các cạnh tròn không được thể hiện đúng. Đây là mã cho Chế độ xem bộ điều hợp của Listview: <?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:card_view="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res/com.example.myapp" android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" …

12
Android 5.0 - Thêm đầu trang / chân trang vào RecyclerView
Tôi đã dành một chút thời gian để cố gắng tìm ra cách thêm tiêu đề vào a RecyclerView, nhưng không thành công. Đây là những gì tôi nhận được cho đến nay: @Override protected void onCreate(Bundle savedInstanceState) { ... layouManager = new LinearLayoutManager(getActivity()); recyclerView.setLayoutManager(layouManager); LayoutInflater inflater = (LayoutInflater) getActivity().getSystemService(Context.LAYOUT_INFLATER_SERVICE); …


13
Tạo Màn hình Tùy chọn với Thanh công cụ hỗ trợ (v21)
Tôi đã gặp sự cố khi sử dụng thanh công cụ Material Design mới trong thư viện hỗ trợ trên màn hình Tùy chọn. Tôi có một tệp settings.xml như sau: <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> <PreferenceCategory android:title="@string/AddingItems" android:key="pref_key_storage_settings"> <ListPreference android:key="pref_key_new_items" android:title="@string/LocationOfNewItems" android:summary="@string/LocationOfNewItemsSummary" android:entries="@array/new_items_entry" android:entryValues="@array/new_item_entry_value" android:defaultValue="1"/> </PreferenceCategory> </PreferenceScreen> Các chuỗi được xác định …

3
NameNotFoundException webview
Tôi nhận được lỗi từ Crashlytics cho biết rằng một số thiết bị thiếu com.google.android.webview. Làm sao nó có thể xảy ra? java.lang.RuntimeException: Unable to start activity ComponentInfo{com.myapp.app/com.myapp.ReaderActivity}: android.view.InflateException: Binary XML file line #29: Error inflating class com.myapp.MyWebView at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360) at android.app.ActivityThread.access$800(ActivityThread.java:144) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278) at android.os.Handler.dispatchMessage(Handler.java:102) at android.os.Looper.loop(Looper.java:135) …

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.