I am having trouble applying a gradient background to a LinearLayout. This should be relatively simple from what I have read but it just doesn’t seem to work. For...
  • May 18, 2022
  • 0 Comments
I always read about this funny weight value in the Android documentations. Now I want to try it for the first time but it isn’t working at all. As...
  • May 18, 2022
  • 0 Comments
I have frequent problem in android view, Error parsing XML: unbound prefix on Line 2. <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:orientation="vertical" android:id="@+id/myScrollLayout" android:layout_width="fill_parent" android:layout_height="wrap_content"> <TextView android:layout_height="wrap_content" android:layout_width="fill_parent" android:text="Family" android:id="@+id/Family" android:textSize="16px"...
  • May 16, 2022
  • 0 Comments