android - Nested linear layout buttons texts cropped off at the end -


  एंड्रॉइड स्टूडियो 0.4.5   

हैलो, < P> मैंने एक गतिविधि से एक संवाद बॉक्स बनाया है। जो इस प्रकार प्रदर्शित करता है: यहां छवि विवरण दर्ज करें

रद्द करने में '' एल ' और हटाए जाने में 'ए' लापता है मैंने पाठ का आकार समायोजित करने की कोशिश की है, लेकिन वह काम नहीं कर रहा है मैं इसके साथ खेल रहा हूं। लेकिन कोई समाधान नहीं मिल सकता है।

यहां मेरा एक्सएमएल लेआउट:

  & lt; linearLayout xmlns: android = "http://schemas.android.com/ Apk / res / android "android: orientation =" ऊर्ध्वाधर "एंड्रॉइड: layout_width =" match_parent "एंड्रॉइड: layout_height =" wrap_content "& gt; & LT; imageView एंड्रॉयड: आईडी = "@ + id / ivRabbitLogo" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "64dp" एंड्रॉयड: scaleType = "केन्द्र" एंड्रॉयड: पृष्ठभूमि = "# ff20a3ff" एंड्रॉयड: सामग्रीमंडलियों = "का लोगो एप्लिकेशन "/ & gt; & LT; EditText एंड्रॉयड: आईडी = "@ + id / etUpdateDlgName" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" एंड्रॉयड: inputType = "पाठ" एंड्रॉयड: संकेत = "नाम" एंड्रॉयड: textSize = "22sp" / & gt; & LT; EditText एंड्रॉयड: आईडी = "@ + id / etUpdateDlgPhone" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" एंड्रॉयड: inputType = "फोन" एंड्रॉयड: संकेत = "फ़ोन" एंड्रॉयड: textSize = "22sp" / & gt; & LT; EditText एंड्रॉयड: आईडी = "@ + id / etUpdateDlgEmail" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" एंड्रॉयड: inputType = "textEmailAddress" एंड्रॉयड: संकेत = "ईमेल" एंड्रॉयड: textSize = "22sp" / & gt; & Lt; LinearLayout एंड्रॉइड: layout_width = "match_parent" एंड्रॉइड: layout_height = "0dp" एंड्रॉइड: अभिविन्यास = "क्षैतिज" एंड्रॉइड: लेआउट_वेट = "1" & gt; & LT; बटन एंड्रॉयड: आईडी = "@ + id / btnCancel" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: पाठ = "रद्द करें" एंड्रॉयड: textSize = "20sp" एंड्रॉयड: layout_weight = "1" / & gt; & LT; बटन एंड्रॉयड: आईडी = "@ + id / btnSave" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: पाठ = "सहेजें" एंड्रॉयड: textSize = "20sp" एंड्रॉयड: layout_weight = "1" / & gt; & LT; बटन एंड्रॉयड: आईडी = "@ + id / btnDelete" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: पाठ = "हटाएँ" एंड्रॉयड: textSize = "20sp" एंड्रॉयड: layout_weight = "1" / & gt; & Lt; / LinearLayout & gt; & Lt; / LinearLayout & gt;   

किसी भी सुझाव के लिए बहुत धन्यवाद,

पर एक नज़र डालें इस

 <कोड> & lt; LinearLayout xmlns: एंड्रॉयड = "http://schemas.android.com/apk/res/android" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड : अभिविन्यास = "ऊर्ध्वाधर" & gt; & LT; imageView एंड्रॉयड: आईडी = "@ + id / ivRabbitLogo" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "64dp" एंड्रॉयड: पृष्ठभूमि = "# ff20a3ff" एंड्रॉयड: सामग्रीमंडलियों = "लोगो आवेदन की" एंड्रॉयड: scaleType = " केंद्र "/ & gt; & LT; EditText एंड्रॉयड: आईडी = "@ + id / etUpdateDlgName" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" एंड्रॉयड: संकेत = "नाम" एंड्रॉयड: inputType = "पाठ" एंड्रॉयड: textSize = "22sp" / & gt; & LT; EditText एंड्रॉयड: आईडी = "@ + id / etUpdateDlgPhone" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" एंड्रॉयड: संकेत = "फ़ोन" एंड्रॉयड: inputType = "फोन" एंड्रॉयड: textSize = "22sp" / & gt; & LT; EditText एंड्रॉयड: आईडी = "@ + id / etUpdateDlgEmail" एंड्रॉयड: layout_width = "match_parent" एंड्रॉयड: layout_height = "match_parent" एंड्रॉयड: संकेत = "ईमेल" एंड्रॉयड: inputType = "textEmailAddress" एंड्रॉयड: textSize = "22sp" / & gt; & Lt; LinearLayout एंड्रॉइड: layout_width = "match_parent" एंड्रॉइड: layout_height = "wrap_content" एंड्रॉइड: अभिविन्यास = "क्षैतिज" & gt; & LT; बटन एंड्रॉयड: आईडी = "@ + id / btnCancel" एंड्रॉयड: layout_width = "wrap_content" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: layout_weight = "1" एंड्रॉयड: पाठ = "रद्द करें" एंड्रॉयड: textSize = "20sp" / & gt; & LT; बटन एंड्रॉयड: आईडी = "@ + id / btnSave" एंड्रॉयड: layout_width = "wrap_content" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: layout_weight = "1" एंड्रॉयड: पाठ = "सहेजें" एंड्रॉयड: textSize = "20sp" / & gt; & LT; बटन एंड्रॉयड: आईडी = "@ + id / btnDelete" एंड्रॉयड: layout_width = "wrap_content" एंड्रॉयड: layout_height = "wrap_content" एंड्रॉयड: layout_weight = "1" एंड्रॉयड: पाठ = "हटाएँ" एंड्रॉयड: textSize = "20sp" / & gt; & Lt; / LinearLayout & gt;   



Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -