android-cardview पर टैग किए गए जवाब

23
स्क्रॉलव्यू के अंदर RecyclerView काम नहीं कर रहा है
मैं एक लेआउट को लागू करने की कोशिश कर रहा हूं जिसमें एक ही लेआउट में RecyclerView और स्क्रॉल दृश्य शामिल हैं। लेआउट टेम्पलेट: <RelativeLayout> <ScrollView android:id="@+id/myScrollView"> <unrelated data>...</unrealated data> <android.support.v7.widget.RecyclerView android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/my_recycler_view" /> </ScrollView> </RelativeLayout> समस्याएं: मैं अंतिम तत्व तक स्क्रॉल कर सकता हूं ScrollView मैंने जिन चीजों …

13
Android लॉलीपॉप CardView पर लहर प्रभाव
एंड्रॉइड डेवलपर्स पेज पर यहां बताए अनुसार एक्टिविटी एक्सएमएल फाइल में एंड्रॉइड: बैकग्राउंड एट्रैक्शन में टच करने पर मैं रिप्पल इफेक्ट दिखाने के लिए कार्डव्यू प्राप्त करने की कोशिश कर रहा हूं , लेकिन यह काम नहीं कर रहा है। कोई एनीमेशन नहीं है, लेकिन ऑनक्लिक में विधि कहा जाता …

6
CardView पृष्ठभूमि रंग हमेशा सफेद
मैं GrycLoutManager के साथ RecyclerView का उपयोग कर रहा हूं और मेरे पास CardView के रूप में प्रत्येक आइटम है। दुर्भाग्य से, यहाँ CardView अपनी पृष्ठभूमि का रंग नहीं बदलता है। मैंने लेआउट और प्रोग्रामेटिक रूप से भी कोशिश की है लेकिन मैंने कोशिश की है कि कुछ भी काम …

18
कार्डव्यू की पृष्ठभूमि का रंग प्रोग्रामेटिक रूप से बदलें
CardView एक विशेषता है card_view:cardBackgroundColorपृष्ठभूमि रंग को परिभाषित करने के। यह विशेषता ठीक काम करती है। उसी समय गतिशील रूप से रंग बदलने की कोई विधि नहीं है। मैंने अभी जैसे समाधान की कोशिश की है: mCardView.setBackgroundColor(...); या cardView के अंदर एक लेआउट का उपयोग कर <android.support.v7.widget.CardView> <LinearLayout android:id="@+id/inside_layout"> </android.support.v7.widget.CardView> …

10
CardView Layout_width = "match_parent" माता-पिता RecyclerView की चौड़ाई से मेल नहीं खाता है
मेरे पास एक टुकड़ा है जिसमें RecyclerView के साथ लेआउट_ एक्सपोज़र = "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" /> RecyclerView में आइटम एक कार्ड दृश्य है जिसमें layout_width = "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" …

17
एंड्रॉइड एल में छाया नहीं दिखा रहा है
Listview के अंदर मेरा कार्डव्यू Android L (Nexus 5) में छाया नहीं दिखा रहा है। इसके अलावा गोल किनारों को ठीक से नहीं दिखाया गया है। यहाँ लिस्टव्यू एडॉप्टर व्यू के लिए कोड है: <?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" > <android.support.v7.widget.CardView xmlns:card_view="http://schemas.android.com/apk/res-auto" android:id="@+id/card_view" android:layout_width="match_parent" android:layout_height="wrap_content" …

5
Android 5.0 पर AppCompat CardView पर XML में एलिवेशन सेट करना
जो मैं समझता हूं, पूर्वावलोकन चरण के आरंभ CardViewमें जावा में हैक के बिना केवल एक्सएमएल में उत्थान स्थापित करने का कोई तरीका नहीं लग रहा था । अब जब आधिकारिक रिलीज़ आउट हो गया है, तो क्या एक्सएमएल कोड लिखने के बिना एक्सएमएल में ऐसा करने का कोई तरीका …

13
कार्ड व्यू कॉर्नर रेडियस
क्या CardView बनाने का एक तरीका केवल शीर्ष पर कोने का त्रिज्या है? <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" app:cardCornerRadius="10dp" >

5
CardView - Android पर पारदर्शी पृष्ठभूमि
मैं CardView पर पारदर्शी पृष्ठभूमि करना चाहता हूं। मैं बैकग्राउंड जानता हूं, लेकिन मेरे लेआउट पर छवि है। क्या आप जानते हैं कि यह कैसे होता है? या कुछ जो कार्डव्यू के रूप में काम करते हैं लेकिन मैं एक पारदर्शी पृष्ठभूमि सेट करूँगा? सादर

4
लॉलीपॉप पर CardViews के बीच कोई स्थान क्यों नहीं है?
मैं उपयोग करने की कोशिश करता हूं CardViewऔर यह 5.0 से नीचे काम करता है, लेकिन लॉलीपॉप पर अजीब लगता है। <?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:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin"> <android.support.v7.widget.CardView android:layout_width="match_parent" android:layout_height="200dp"> <TextView android:id="@+id/textView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="card1" android:textAppearance="?android:attr/textAppearanceLarge" /> </android.support.v7.widget.CardView> <android.support.v7.widget.CardView android:layout_width="match_parent" android:layout_height="200dp"> <TextView android:id="@+id/textView2" android:layout_width="wrap_content" …
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.