Button btn = (Button)linearLayout.findViewById(R.id.btn_start);
btn.setVisibility(View.INVISIBLE);


<style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse">

        <item name="android:background">#000000</item>

        <item name="android:titleTextStyle">@style/MyActionBarTitleText</item>

        <item name="android:backgroundStacked">#FF8A29</item>

</style>


*ActionBarSherlock 사용

5.4" 이상 에뮬레이터에서 탭 메뉴가 두 개 일 때 여백이 생겼던 문제.

탭 메뉴 크기를 화면에 꽉 채우게 할 수 없어서

배경색을 탭메뉴 이미지 컬러와 똑같이 하는 방식으로 수정.




<GridView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#ffeeeeee"    <!--선 색-->
android:horizontalSpacing="1dp"    <!--여백-->
android:verticalSpacing="1dp"
/>


1. 현재 홈 디렉토리 : C 드라이브


2. 드라이브의 폴더로 접근하려면 (change directory)


3. cd /d F:\folder



/d 옵션으로 드라이브를 이동하게 해준다






티스토리 블로그

14. 9. 11 시작!

+ Recent posts