0

I'm new to Android application. I don't know how to create responsive design application using Android Studio. In my application the layout will be changed based on the content what I gave. I didn't get the proper alignment. Here are my issues:

Alignment of my layout is good: enter image description here

I gave same layout at first, but alignment changes:

enter image description here

thor
  • 21,418
  • 31
  • 87
  • 173
Hemathri
  • 11
  • 1
  • 1
  • 5

1 Answers1

2

You can tryout this library.

Android Bootstrap is an Android library which provides custom views styled according to the Twitter Bootstrap Specification. This allows you to spend more time on development rather than trying to get a consistent theme across your app, especially if you are already familiar with the Bootstrap Framework.

suku
  • 10,507
  • 16
  • 75
  • 120
  • 1
    Thanks for your suggestion but am not familiar with bootstrap framework how can i overcome this issue? – Hemathri Aug 18 '16 at 05:21
  • this library was inspired from the concepts of bootstrap (according to the Twitter Bootstrap Specification). I think that's what you were looking for. – suku Aug 18 '16 at 05:25