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

Android là hệ điều hành di động của Google, được sử dụng để lập trình hoặc phát triển các thiết bị kỹ thuật số (Điện thoại thông minh, Máy tính bảng, Ô tô, TV, Wear, Glass, IoT). Đối với các chủ đề liên quan đến Android, hãy sử dụng các thẻ dành riêng cho Android như android-aim, android-Activity, android-adapter, v.v. Đối với các câu hỏi ngoài phát triển hoặc lập trình, nhưng liên quan đến khung Android, hãy sử dụng liên kết này: https: // android.stackexchange.com.

12
Cách đặt Opacity (Alpha) cho Chế độ xem trong Android
Tôi có một nút như sau: <Button android:text="Submit" android:id="@+id/Button01" android:layout_width="fill_parent" android:layout_height="wrap_content"> </Button> Trong onCreate()sự kiện của tôi , tôi đang gọi Nút01 như thế này: setContentView(R.layout.main); View Button01 = this.findViewById(R.id.Button01); Button01.setOnClickListener(this); Có một nền tảng trong ứng dụng và tôi muốn đặt độ mờ cho nút gửi này. Làm cách …
211 android  button  view  opacity 

4
Tham số bộ lọc để tạoScaledBitmap làm gì?
Tuyên bố android.graphics.Bitmap.createScaledBitmaplà public static Bitmap createScaledBitmap (Bitmap src, int dstWidth, int dstHeight, boolean filter) Tuy nhiên, tài liệu không giải thích bất kỳ tham số nào. Tất cả chúng đều khá rõ ràng ngoại trừ boolean filter. Có ai biết nó làm gì không?
210 android  scaling 

12
Tệp Google JAR của Android Studio gây ra lỗi vượt quá giới hạn GC
Tôi đang sử dụng Android Studio trên OS X. Tôi nhận được thông báo lỗi này: FAILURE: Build thất bại với một ngoại lệ. Điều gì đã sai: Thực thi không thành công cho nhiệm vụ ': app: preDexDebug'. com.android.ide.common.iternal.LoggedErrorException: Không thể chạy lệnh: / Ứng dụng / Android Studio.app/sdk/build-tools/android-4.4W/dx …
210 java  android  overhead 


23
Làm cách nào để sử dụng RecyclerView bên trong NestedScrollView?
Làm thế nào để sử dụng RecyclerViewbên trong NestedScrollView? RecyclerViewnội dung không hiển thị sau khi cài đặt bộ điều hợp. CẬP NHẬT mã bố cục cập nhật. <android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:padding="@dimen/keyline_1"> </RelativeLayout> <View android:id="@+id/separator" android:layout_width="match_parent" android:layout_height="1dp" android:background="#e5e5e5" /> <android.support.v7.widget.RecyclerView android:id="@+id/conversation" android:layout_width="match_parent" …








13
Xóa bóng bên dưới thanh hành động
Tôi sử dụng Actionbarsherlock. Đoạn mã dưới đây chịu trách nhiệm thay đổi nền của nó thành một mã tùy chỉnh. <style name="Widget.Styled.ActionBar" parent="Widget.Sherlock.ActionBar"> <item name="background">@drawable/actionbar_bg</item> <item name="android:background">@drawable/actionbar_bg</item> <...> </style> <style name="Theme.MyApp" parent="@style/Theme.Sherlock.Light"> <item name="actionBarStyle">@style/Widget.Styled.ActionBar</item> <item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item> <..> </style> Và nó hoạt động cho actionbarsherlock (trên các phiên bản bên …



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.