Skip to content

Commit 5122428

Browse files
committed
添加一些 v7 包的解析需求
1 parent e04ae98 commit 5122428

File tree

1 file changed

+47
-7
lines changed

1 file changed

+47
-7
lines changed

README.md

Lines changed: 47 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ANDROID SDK 源码解析
2626

2727
###第一期
2828
Class | 分析者 | 校对者 | 版本 | 发布时间
29-
:------------- | :------------- | :------------- | :------------- | :-------------
29+
:------------- | :------------- | :------------- | :------------- | :-------------
3030
[Binder源码解析](https://github.com/xdtianyu/SourceAnalysis/blob/master/Binder%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md) | [xdtianyu](https://github.com/xdtianyu) |[xdtianyu](https://github.com/xdtianyu) |android api 23| 2016/5/8
3131
[TextView源码解析](https://github.com/7heaven/AndroidSdkSourceAnalysis/blob/master/article/textview%E6%BA%90%E7%A2%BC%E8%A7%A3%E6%9E%90.md) | [7heaven](https://github.com/7heaven) |[7heaven](https://github.com/7heaven) |android api 23| 2016/5/8
3232
[CoordinatorLayout源码解析](https://github.com/desmond1121/AndroidSdkSourceAnalysis/blob/master/article/CoordinatorLayout%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md) | [Desmond Yao](https://github.com/desmond1121) |[轻微](https://github.com/zzz40500) | support-v7-23.2.1| 2016/5/8
@@ -38,7 +38,7 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
3838
[CompoundButton源码解析](https://github.com/Tikitoo/AndroidSdkSourceAnalysis/blob/master/article/CompoundButton%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md) | [Tikitoo](https://github.com/Tikitoo) |[android-cjj](https://github.com/android-cjj/) | android api 23 | 2016/5/8
3939
[LinearLayout源码解析](https://github.com/razerdp/AndroidSourceAnalysis/blob/master/LinearLayout/android_widget_LinearLayout.md) | [razerdp](https://github.com/razerdp) |[android-cjj](https://github.com/android-cjj/) | support-v7-23.2.1 | 2016/5/8
4040
[SearchView源码解析](https://github.com/nukc/SearchViewAnalysis/blob/master/README.md) | [Nukc](https://github.com/nukc) |[android-cjj](https://github.com/android-cjj/) | support-v7-23.2.1 | 2016/5/7
41-
[LruCache源码解析](https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/LruCache%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md) | [CaMnter](https://github.com/CaMnter)| [alafighting](https://github.com/alafighting)|support-v4-23.2.1 | 2016/4/24
41+
[LruCache源码解析](https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/LruCache%E6%BA%90%E7%A0%81%E8%A7%A3%E6%9E%90.md) | [CaMnter](https://github.com/CaMnter)| [alafighting](https://github.com/alafighting)|support-v4-23.2.1 | 2016/4/24
4242
[ViewDragHelper源码解析](https://github.com/LittleFriendsGroup/AndroidSdkSourceAnalysis/blob/master/article/ViewDragHelper%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.md) | [达庆凯](https://github.com/Skykai521)| [android-cjj](https://github.com/android-cjj/)|support-v4-21.0 | 2016/4/21
4343
[BottomSheets源码解析](https://github.com/android-cjj/SourceAnalysis) | [android-cjj](https://github.com/android-cjj/)| [轻微](https://github.com/zzz40500)|design-23.2.0 | 2016/4/20
4444

@@ -392,11 +392,51 @@ Class | 分析者 | 校对者 | 版本 | 发布时间
392392
</tr>
393393
</thead>
394394
<tbody>
395-
<tr>
396-
<td>ActionMenuView源码解析</td>
397-
<td>未认领</td>
398-
</tr>
399-
</tbody>
395+
<tr>
396+
<td>ActionMenuView源码解析</td>
397+
<td>未认领</td>
398+
</tr>
399+
<tr>
400+
<td>ActionBarDrawerToggle源码解析</td>
401+
<td>未认领</td>
402+
</tr>
403+
<tr>
404+
<td>AlertController源码解析</td>
405+
<td>未认领</td>
406+
</tr>
407+
<tr>
408+
<td>ButtonBarLayout源码解析</td>
409+
<td>未认领</td>
410+
</tr>
411+
<tr>
412+
<td>DrawerArrowDrawable源码解析</td>
413+
<td>未认领</td>
414+
</tr>
415+
<tr>
416+
<td>ListMenuItemView源码解析</td>
417+
<td>未认领</td>
418+
</tr>
419+
<tr>
420+
<td>PopupMenu源码解析</td>
421+
<td>未认领</td>
422+
</tr>
423+
<tr>
424+
<td>ActionMenuView源码解析</td>
425+
<td>未认领</td>
426+
</tr>
427+
<tr>
428+
<td>ToolbarActionBar源码解析</td>
429+
<td>未认领</td>
430+
</tr>
431+
<tr>
432+
<td>ViewStubCompat源码解析</td>
433+
<td>未认领</td>
434+
</tr>
435+
<tr>
436+
<td>WindowDecorActionBar源码解析</td>
437+
<td>未认领</td>
438+
</tr>
439+
</tbody>
400440
</table>
401441

402442
**design**

0 commit comments

Comments
 (0)