คำถามติดแท็ก imagebutton

18
วิธีการใช้ ImageButton แบบโปร่งใส: Android
<ImageButton android:id="@+id/previous" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/media_skip_backward" android:background="@drawable/transparent"></ImageButton> นี่คือสิ่งที่ฉันพยายามรับ ImageButton แบบโปร่งใสเพื่อวางปุ่มเหล่านั้นบน SurfaceView แต่ Eclipse ให้ข้อผิดพลาดในโครงการทันทีที่ฉันรวมบรรทัดโปร่งใสใน xml กรุณาช่วย.

16
jQuery UI Dialog - ไม่มีไอคอนปิด
ฉันใช้ชุดรูปแบบ jQuery 1.10.3 ที่กำหนดเอง ฉันดาวน์โหลดทุกอย่างจากธีมโรลเลอร์และฉันไม่มีเจตนาเปลี่ยนแปลงอะไรเลย ฉันสร้างกล่องโต้ตอบและได้สี่เหลี่ยมสีเทาที่มีไอคอนปิด: ฉันเปรียบเทียบโค้ดที่สร้างบนหน้าของฉัน: <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix"> <spanid="ui-id-2" class="ui-dialog-title">Title</span> <button class="ui-dialog-titlebar-close"></button> </div> ไปยังรหัสที่สร้างขึ้นในหน้าการสาธิตการโต้ตอบ : <div class="ui-dialog-titlebar ui-widget-header ui-corner-all ui-helper-clearfix"> <span id="ui-id-1" class="ui-dialog-title">Basic dialog</span> <button class="ui-button ui-widget ui-state-default ui-corner-all ui-button-icon-only ui-dialog-titlebar-close" role="button" aria-disabled="false" title="close"> <span class="ui-button-icon-primary ui-icon ui-icon-closethick"></span> <span class="ui-button-text">close</span> </button> </div> แก้ไข: ส่วนต่าง ๆ ของรหัสถูกสร้างขึ้นโดย …

3
ความแตกต่างระหว่าง ImageView ที่คลิกได้และ ImageButton
ฉันแค่สงสัยว่ามีความแตกต่างที่สำคัญระหว่างImageViewชุดที่สามารถคลิกได้ImageButtonหรือไม่เปรียบเทียบกับ? มีเหตุผลในการใช้อย่างใดอย่างหนึ่งมากกว่าที่อื่น ๆ ? มีข้อ จำกัด ใด ๆ บน drawable สำหรับImageButtonที่ใบImageViewเป็นตัวเลือกที่เป็นไปได้เท่านั้น? ฉันจะสูญเสียการทำงานของปุ่มใด ๆหรือไม่หากฉันเลือกให้คลิกได้ImageViewมากกว่าImageButton?

8
ปรับภาพใน ImageButton ใน Android
ฉันมี ImageButton 6 ตัวในกิจกรรมของฉันฉันตั้งค่ารูปภาพผ่านรหัสของฉัน (ไม่ได้ใช้ xml) ฉันต้องการให้พวกเขาครอบคลุม 75% ของพื้นที่ปุ่ม แต่เมื่อภาพบางภาพครอบคลุมพื้นที่น้อยลงบางภาพก็ใหญ่เกินไปที่จะใส่ลงในปุ่มรูปถ่ายได้ วิธีการปรับขนาดแบบเป็นโปรแกรมและแสดงพวกเขา? ด้านล่างเป็นภาพหน้าจอ ด้านล่างคือไฟล์ xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:layout_marginBottom="5sp" android:layout_marginLeft="2sp" android:layout_marginRight="5sp" android:layout_marginTop="0sp" > <LinearLayout android:layout_height="0dp" android:layout_width="match_parent" android:layout_weight="1" android:orientation="horizontal"> <ImageButton android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="1" android:id="@+id/button_topleft" android:layout_marginBottom="5sp" android:layout_marginLeft="2sp" android:layout_marginRight="5sp" android:layout_marginTop="0sp" /> <ImageButton android:layout_height="match_parent" android:layout_width="0dp" android:layout_weight="1" android:id="@+id/button_topright" android:layout_marginBottom="5sp" android:layout_marginLeft="2sp" android:layout_marginRight="5sp" …

10
จะแสดงข้อความบน ImageButton ได้อย่างไร?
ฉันมีImageButtonและต้องการแสดงข้อความและรูปภาพ แต่เมื่อฉันลองใช้โปรแกรมจำลอง: <ImageButton android:text="OK" android:id="@+id/buttonok" android:src="@drawable/buttonok" android:layout_width="match_parent" android:layout_height="wrap_content" /> ฉันได้รับภาพ แต่ไม่มีข้อความ ฉันจะแสดงข้อความได้อย่างไร? โปรดช่วยฉันด้วย!

4
ใช้ Material Design Touch Ripple กับ ImageButton ไหม
ฉันมีปุ่มรูปภาพที่ไม่ตอบสนองด้วยภาพเคลื่อนไหวแบบสัมผัสเมื่อคลิกเพราะมันเป็นภาพนิ่งไม่เหมือนกับปุ่มทั่วไปบนอมยิ้มซึ่งมาพร้อมกับเอฟเฟกต์ระลอกคลื่นในตัว ฉันต้องการเพิ่มเอฟเฟกต์การสัมผัสระลอกคลื่นดีไซน์ Material ให้กับรูปภาพ แต่ดูเหมือนจะหาวิธีนำไปใช้ไม่ได้ ฉันสามารถตั้งค่าฟิลเตอร์สีบนรูปภาพได้ แต่นั่นไม่ใช่เอฟเฟกต์การกระเพื่อม ตัวอย่างของสิ่งที่ฉันพยายามทำคือเมื่อคุณถือภาพปกอัลบั้มใน Google Play Music และมีเงากระเพื่อมเคลื่อนผ่านรูปภาพ

6
Android ImageButton ที่มีสถานะที่เลือก?
หากฉันใช้ ImageButton กับตัวเลือกสำหรับพื้นหลังมีสถานะที่ฉันสามารถเปลี่ยนได้หรือไม่ซึ่งจะทำให้รูปลักษณ์เปลี่ยนไป ตอนนี้ฉันสามารถเปลี่ยนรูปภาพได้เมื่อกด แต่ดูเหมือนว่าจะไม่มีสถานะ "ไฮไลต์" หรือ "เลือก" หรือคล้ายกันซึ่งทำให้ฉันสามารถสลับรูปลักษณ์ได้ตามต้องการ นี่คือ XML ของฉัน มันจะเปลี่ยนรูปลักษณ์เมื่อกดเท่านั้น <selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_focused="true" android:state_pressed="false" android:drawable="@drawable/map_toolbar_details_selected" /> <item android:state_focused="true" android:state_pressed="true" android:drawable="@drawable/map_toolbar_details_selected" /> <item android:state_focused="false" android:state_pressed="true" android:drawable="@drawable/map_toolbar_details_selected" /> <item android:drawable="@drawable/map_toolbar_details" />
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.