• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

コミットメタ情報

リビジョン807c13d26f3ae294d5d8d7f1018cdd024f2862d3 (tree)
日時2017-06-16 14:45:58
作者HMML <hmml3939@gmai...>
コミッターHMML

ログメッセージ

Tune position of theme change button.

変更サマリ

差分

--- a/app/src/main/res/layout/weather_disp_widget_configure.xml
+++ b/app/src/main/res/layout/weather_disp_widget_configure.xml
@@ -100,7 +100,6 @@
100100
101101 <include
102102 layout="@layout/theme_item"
103- layout_width="match_parent"
104103 android:layout_width="0dp"
105104 android:layout_height="wrap_content"
106105 tools:layout_constraintTop_creator="1"
@@ -108,8 +107,10 @@
108107 tools:layout_constraintLeft_creator="1"
109108 app:layout_constraintLeft_toLeftOf="@+id/thme_headline"
110109 android:id="@+id/include"
111- app:layout_constraintRight_toLeftOf="@+id/btn_theme_change"
112- app:layout_constraintHorizontal_bias="0.0" />
110+ app:layout_constraintHorizontal_bias="0.0"
111+ android:layout_marginTop="-1dp"
112+ android:layout_marginRight="8dp"
113+ app:layout_constraintRight_toRightOf="@+id/thme_headline" />
113114
114115 <TextView
115116 android:id="@+id/last_updat_headline"
@@ -134,10 +135,11 @@
134135 android:id="@+id/btn_theme_change"
135136 android:layout_width="wrap_content"
136137 android:layout_height="wrap_content"
137- android:layout_marginTop="7dp"
138138 android:text="@string/change"
139139 app:layout_constraintRight_toRightOf="@+id/thme_headline"
140- app:layout_constraintTop_toBottomOf="@+id/thme_headline" />
140+ app:layout_constraintBottom_toBottomOf="@+id/include"
141+ android:layout_marginRight="0dp"
142+ android:layout_marginBottom="0dp" />
141143
142144 <TextView
143145 android:id="@+id/txt_last_update"