I am trying to make the editText with increased height through android java code. How to achieve it? Any help is highly appreciated and thanks in advance....
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
have you tried
try this code...
where
EditText
is yourEditText
..and you can also set Width , margin..etc