A style is a collection of properties that specify the look and format for a View or window
Since today, Android Studio can't find the AppCompat themes in styles.xml, but for example AppCompatActivity in code does get …
android android-studio gradle android-appcompat android-stylesI have created a custom widget, and I'm declaring it in layout.xml. I have also added some custom attributes …
android android-layout android-xml android-stylesI'm building a custom DialogFragment. The dialog layout is set to my_dialog.xml, but how can I modify the …
android background android-dialogfragment android-stylesI am writing an android app and I am wanting to alter the theme of my app. I have managed …
java android text android-theme android-stylesI am trying to build the Android project that uses appcompat_v7 library. For that, I created my project through …
android coding-style android-theme android-styles android-appcompatI'm trying to customize a TextInputLayout with material style. I managed to set the focused state to the colors I …
android material-design android-styles android-textinputlayoutI wanted to implement a login form in my app, so I tried to use the code generated by the …
android login android-stylesI'm trying to add a CalendarView in my application, which uses the Theme.Light theme. The problem is, the days …
android android-widget android-styles android-calendarI create programmatically like horizontalview then, how to pass AttributeSet in programmatically. My constructor looks like this: public HorizontalListView(Context …
android android-stylesThe checkbox border is invisible on white background. I played with different color parameters without success. I need black border …
android android-layout android-styles android-checkbox