JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

See if navbar can be shortened (maybe unwanted) #17

Closed JDNdeveloper closed 9 years ago

KevinCCheng commented 9 years ago

It looks like it can be changed. You need to change "android:layout_width="match_parent"" in Relative Layout XML String in fragment_navagation_drawer.xml.

I tried to change it from "match parent" to specific size, but the emulator is not seeing the difference.

Can someone double check with a physical device for me. 2-6-2015 5-53-47 pm

KevinCCheng commented 9 years ago

Found another unspecified area where it is actually set. it is in /res/values/demens.xml/dimens.xml.

dimen name="navigation_drawer_width">240dp /dimen

This is the exact location to update.

NOTE: