- Jan 18 Mon 2016 17:00
-
全 Linux 計畫
- Apr 21 Mon 2014 16:40
-
壓力使人成長 - 開工第一天
- Apr 15 Tue 2014 08:38
-
陪小豬玩遊戲
- Mar 23 Sun 2014 18:07
-
我對服貿的看法
其實這幾天,所有有新聞都已被這個話題包圍
一開始,我也是站在學生的立場,對於國民黨的30秒決策覺得很火大
後來,我開始找尋網路上的相關資源
漸漸地 .............. 我找出了我的立場
一開始,我也是站在學生的立場,對於國民黨的30秒決策覺得很火大
後來,我開始找尋網路上的相關資源
漸漸地 .............. 我找出了我的立場
- Mar 21 Fri 2014 17:35
-
架了三天的 Exchange Server 2003
- Mar 13 Thu 2014 17:29
-
Android 語法修正
<LinearLayout xmlns:android="https://schemas.android.com/apk/res/android"
xmlns:android_custom="https://schemas.android.com/apk/res/com.example.circlepregress"
xmlns:tools="https://schemas.android.com/tools"
android:id="@+id/LinearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical>
<com.example.roundprogressbar.RoundProgressBar
android:id="@+id/roundProgressBar5"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_gravity="center_horizontal" />
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout">
xmlns:android_custom="https://schemas.android.com/apk/res/com.example.circlepregress"
xmlns:tools="https://schemas.android.com/tools"
android:id="@+id/LinearLayout1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical>
<com.example.roundprogressbar.RoundProgressBar
android:id="@+id/roundProgressBar5"
android:layout_width="80dp"
android:layout_height="80dp"
android:layout_gravity="center_horizontal" />
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Button" />
</LinearLayout">
- Mar 12 Wed 2014 16:05
-
Android 客製化的 Label

1. 建立一個 attrs.xml 放置於 /res/values/attrs.xml
源碼:
<?xml version="1.0" encoding="utf-8"?>
<resources>