Android projects use XML in several ways: defining the project and components, building layouts, defining animations, creating menus and specifying resources (static and dynamic) for the project.
I want to reset a textView height after I have added it to the main window in the xml file. …
android android-xml textviewI have the following xml in drawable folder (circle_status.xml) to create a ring: <?xml version="1.0" encoding="utf-8"?&…
android android-xml android-drawable android-shapeProblem I would like to be able to do something like that in Android XML code: <string name="title"&…
android android-xmlI have a FrameLayout which contains 2 views , the second is something like a Close Button (X) and i want to …
android android-xml android-framelayoutHi everyone I'm trying to install an apk that I've designed with minsdk version of 14 and target of 19 onto bluestacks …
android android-xml bluestacksI have a multi-line EditText: <EditText android:layout_gravity="center" android:id="@+id/txtMessage" android:layout_height="wrap_content" …
android layout android-edittext android-xml layout-gravityIs it possible to access a BuildConfig value from AndroidManifest.xml? In my build.gradle file, I have: defaultConfig { applicationId "…
android android-gradle-plugin android-xml android-facebookI want to create card item xml layout for CardView and getting this error. Common solutions here not worked (tried …
android android-layout android-studio android-xml android-themeI have searched more on websites and got many suggestions like below Changing background with custom style to set the …
android android-listview android-imageview android-xmlI'm trying to determine the real dimension in pixels of some UI elements ! Those elements are inflated from a .xml …
android android-layout android-widget android-ui android-xml