|
75 | 75 | android:orientation="vertical">
|
76 | 76 |
|
77 | 77 |
|
| 78 | + <TextView |
| 79 | + android:layout_width="wrap_content" |
| 80 | + android:layout_height="wrap_content" |
| 81 | + android:layout_marginLeft="@dimen/dp_15" |
| 82 | + android:layout_marginTop="25dp" |
| 83 | + android:layout_marginRight="@dimen/dp_15" |
| 84 | + android:text="3.1.3 (2020-11-04)" |
| 85 | + android:textColor="@color/title_color" |
| 86 | + android:textSize="15sp" |
| 87 | + /> |
| 88 | + |
| 89 | + <TextView |
| 90 | + android:layout_width="wrap_content" |
| 91 | + android:layout_height="wrap_content" |
| 92 | + android:layout_marginLeft="@dimen/dp_15" |
| 93 | + android:layout_marginTop="5dp" |
| 94 | + android:layout_marginRight="@dimen/dp_15" |
| 95 | + android:text="@string/des_3.1.3" |
| 96 | + android:textColor="#000" |
| 97 | + android:textSize="15sp" |
| 98 | + /> |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + <TextView |
| 104 | + android:layout_width="wrap_content" |
| 105 | + android:layout_height="wrap_content" |
| 106 | + android:layout_marginLeft="@dimen/dp_15" |
| 107 | + android:layout_marginTop="25dp" |
| 108 | + android:layout_marginRight="@dimen/dp_15" |
| 109 | + android:text="3.1.2 (2020-10-30)" |
| 110 | + android:textColor="@color/title_color" |
| 111 | + android:textSize="15sp" |
| 112 | + /> |
| 113 | + |
| 114 | + <TextView |
| 115 | + android:layout_width="wrap_content" |
| 116 | + android:layout_height="wrap_content" |
| 117 | + android:layout_marginLeft="@dimen/dp_15" |
| 118 | + android:layout_marginTop="5dp" |
| 119 | + android:layout_marginRight="@dimen/dp_15" |
| 120 | + android:text="@string/des_3.1.2" |
| 121 | + android:textColor="#000" |
| 122 | + android:textSize="15sp" |
| 123 | + /> |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + <TextView |
| 128 | + android:layout_width="wrap_content" |
| 129 | + android:layout_height="wrap_content" |
| 130 | + android:layout_marginLeft="@dimen/dp_15" |
| 131 | + android:layout_marginTop="25dp" |
| 132 | + android:layout_marginRight="@dimen/dp_15" |
| 133 | + android:text="3.1.1 (2020-10-28)" |
| 134 | + android:textColor="@color/title_color" |
| 135 | + android:textSize="15sp" |
| 136 | + /> |
| 137 | + |
| 138 | + <TextView |
| 139 | + android:layout_width="wrap_content" |
| 140 | + android:layout_height="wrap_content" |
| 141 | + android:layout_marginLeft="@dimen/dp_15" |
| 142 | + android:layout_marginTop="5dp" |
| 143 | + android:layout_marginRight="@dimen/dp_15" |
| 144 | + android:text="@string/des_3.1.1" |
| 145 | + android:textColor="#000" |
| 146 | + android:textSize="15sp" |
| 147 | + /> |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
78 | 152 |
|
79 | 153 | <TextView
|
80 | 154 | android:layout_width="wrap_content"
|
81 | 155 | android:layout_height="wrap_content"
|
82 | 156 | android:layout_marginLeft="@dimen/dp_15"
|
83 | 157 | android:layout_marginTop="25dp"
|
84 | 158 | android:layout_marginRight="@dimen/dp_15"
|
85 |
| - android:text="3.1.0 (2020-10-28)" |
| 159 | + android:text="3.1.0 (2020-10-24)" |
86 | 160 | android:textColor="@color/title_color"
|
87 | 161 | android:textSize="15sp"
|
88 | 162 | />
|
|
0 commit comments