• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

コミットメタ情報

リビジョン12dfedfd7bef2933010c75d94cf2157c084f319c (tree)
日時2013-11-22 23:55:21
作者Masahiko, SAWAI <say@user...>
コミッターMasahiko, SAWAI

ログメッセージ

Fixed the layout of the SetupAccountActivity

変更サマリ

差分

--- a/simple-battery-logger/simple-battery-logger-dropbox/res/layout/setup_account_activity.xml
+++ b/simple-battery-logger/simple-battery-logger-dropbox/res/layout/setup_account_activity.xml
@@ -6,62 +6,53 @@
66 android:layout_height="fill_parent"
77 style="@style/body"
88 >
9- <LinearLayout
10- android:orientation="vertical"
9+ <ScrollView
1110 android:layout_width="fill_parent"
1211 android:layout_height="wrap_content"
1312 android:layout_weight="1"
14- android:layout_gravity="center"
13+ android:fillViewport="true"
1514 >
16- <TextView
15+ <LinearLayout
16+ android:orientation="vertical"
1717 android:layout_width="wrap_content"
18- android:layout_height="0dip"
19- android:layout_weight="1"
20- android:layout_marginTop="@dimen/description_message_layout_marginTop"
21- android:layout_marginRight="@dimen/description_message_layout_marginRight"
22- android:layout_marginBottom="@dimen/description_message_layout_marginBottom"
23- android:layout_marginLeft="@dimen/description_message_layout_marginLeft"
24- android:layout_gravity="center"
25- android:gravity="center"
26- android:text="@string/link_dropbox_account_message"
27- android:textSize="@dimen/description_message_textSize"
28- android:lineSpacingMultiplier="1.4"
29- />
30- <FrameLayout
31- android:layout_width="fill_parent"
32- android:layout_height="0dip"
33- android:layout_weight="1"
34- android:layout_gravity="center"
18+ android:layout_height="wrap_content"
3519 >
36- <LinearLayout
37- android:orientation="vertical"
20+ <TextView
21+ android:layout_width="wrap_content"
22+ android:layout_height="wrap_content"
23+ android:layout_weight="1"
24+ android:layout_marginTop="@dimen/description_message_layout_marginTop"
25+ android:layout_marginRight="@dimen/description_message_layout_marginRight"
26+ android:layout_marginBottom="@dimen/description_message_layout_marginBottom"
27+ android:layout_marginLeft="@dimen/description_message_layout_marginLeft"
28+ android:layout_gravity="center"
29+ android:gravity="center"
30+ android:text="@string/link_dropbox_account_message"
31+ android:textSize="@dimen/description_message_textSize"
32+ android:lineSpacingMultiplier="1.3"
33+ />
34+ <TextView
35+ android:layout_width="wrap_content"
36+ android:layout_height="wrap_content"
37+ android:layout_margin="@dimen/account_name_layout_margin"
38+ android:layout_gravity="center"
39+ android:gravity="center"
40+ android:text="@string/account_name"
41+ android:textSize="@dimen/account_name_header_textSize"
42+ />
43+ <TextView
44+ android:id="@+id/dropbox_account_name_textview"
3845 android:layout_width="wrap_content"
3946 android:layout_height="wrap_content"
47+ android:layout_margin="@dimen/account_name_layout_margin"
4048 android:layout_gravity="center"
41- >
42- <TextView
43- android:layout_width="wrap_content"
44- android:layout_height="wrap_content"
45- android:layout_margin="@dimen/account_name_layout_margin"
46- android:layout_gravity="center"
47- android:gravity="center"
48- android:text="@string/account_name"
49- android:textSize="@dimen/account_name_header_textSize"
50- />
51- <TextView
52- android:id="@+id/dropbox_account_name_textview"
53- android:layout_width="wrap_content"
54- android:layout_height="wrap_content"
55- android:layout_margin="@dimen/account_name_layout_margin"
56- android:layout_gravity="center"
57- android:gravity="center"
58- android:text="@string/no_account"
59- android:textSize="@dimen/account_name_textSize"
60- android:textColor="?android:textColorPrimary"
61- />
62- </LinearLayout>
63- </FrameLayout>
64- </LinearLayout>
49+ android:gravity="center"
50+ android:text="@string/no_account"
51+ android:textSize="@dimen/account_name_textSize"
52+ android:textColor="?android:textColorPrimary"
53+ />
54+ </LinearLayout>
55+ </ScrollView>
6556
6657 <View style="@style/hline" />
6758
--- a/simple-battery-logger/simple-battery-logger-dropbox/res/values-ja/strings.xml
+++ b/simple-battery-logger/simple-battery-logger-dropbox/res/values-ja/strings.xml
@@ -29,7 +29,7 @@
2929 <string name="upload_new_csv_files_summary">外部ストレージにある更新された CSV ファイルのアップロードを開始します。</string>
3030
3131 <!-- SetupAccountActivity -->
32- <string name="link_dropbox_account_message">CSV ファイルを Dropbox へアップロードするためには、あなたの Dropbox アカウントがこのアプリケーションに接続されている必要があります。</string>
32+ <string name="link_dropbox_account_message">CSV ファイルをアップロードするために、あなたの Dropbox アカウントを接続する必要があります。</string>
3333 <string name="link_account">アカウントを接続</string>
3434 <string name="unlink_account">アカウントを切断</string>
3535 <string name="no_account">&lt;アカウント未設定&gt;</string>
--- a/simple-battery-logger/simple-battery-logger-dropbox/res/values/dimens_setup_account.xml
+++ b/simple-battery-logger/simple-battery-logger-dropbox/res/values/dimens_setup_account.xml
@@ -1,7 +1,7 @@
11 <?xml version="1.0" encoding="utf-8"?>
22 <!-- This file is made every screen size -->
33 <resources>
4- <dimen name="account_name_header_textSize">20sp</dimen>
5- <dimen name="account_name_textSize">24sp</dimen>
4+ <dimen name="account_name_header_textSize">18sp</dimen>
5+ <dimen name="account_name_textSize">22sp</dimen>
66 <dimen name="account_name_layout_margin">6dip</dimen>
77 </resources>