Changeset c912129 in orbit for android/res
- Timestamp:
- 12/27/13 06:31:45 (9 years ago)
- Branches:
- master, Servo
- Children:
- a9fa399
- Parents:
- 00d1787
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
android/res/layout/fragment_flight_thinkgear.xml
r00d1787 rc912129 174 174 175 175 <TextView 176 android:id="@+id/textViewLabelScores" 177 android:layout_width="wrap_content" 178 android:layout_height="wrap_content" 179 android:paddingLeft="@dimen/padding_medium" 180 android:text="@string/textview_label_scores" /> 181 182 <View 183 android:id="@+id/viewSpaceScore" 184 android:layout_width="25dp" 185 android:layout_height="0dp" > 186 </View> 187 188 <TextView 176 189 android:id="@+id/textViewLabelScore" 177 190 android:layout_width="wrap_content" … … 206 219 android:paddingLeft="@dimen/padding_medium" 207 220 android:text="@string/textview_last_score" /> 208 221 209 222 <View 210 223 android:id="@+id/viewSpaceScoreHigh"
Note: See TracChangeset
for help on using the changeset viewer.