jgilfelt / android-adt-templates

A small collection of ADT templates to help quickly scaffold common Activity and UI patterns.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Below Android Ver. 3.0 get's a width that doesn't fill the parent

ErnestG opened this issue · comments

Tried in an emulator and on a physical HTC INC2. It's running ver 2.3.3.

What "gets a width that doesn't fill the parent"?
Which template are you using?

Sorry, re-read my question and maybe I rushed it a little bit, so it sounds funny. I am using MasterDetail with ABS. The master layout is only filled about 90%;

Android 2.3
-------------------------
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
|___________________   |
-------------------------
Android 4.0
-------------------------
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
|    _________________   |
-------------------------
I get that on physical devices and emulators.