V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  kassadin  ›  全部回复第 12 页 / 共 13 页
回复总数  253
1 ... 4  5  6  7  8  9  10  11  12  13  
2016-03-25 11:45:44 +08:00
回复了 Vieufoux 创建的主题 Android 为什么我的 AndroidStudio 代码没有高亮显示
要同步后 android studio 索引完成后才有
2016-02-29 09:34:09 +08:00
回复了 foccy 创建的主题 macOS Jetbrains IDE 在 JDK8 中字体渲染的问题
If you're curious about the difference: Java 6 performs rendering with Quartz, where in addition to slightly changing the colors, the fonts are rendered with subpixel LCD antialiasing. This might be the JDK bug tracking this: https://bugs.openjdk.java.net/browse/JDK-8023794

https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under
2016-02-23 15:46:53 +08:00
回复了 forsigner 创建的主题 Hexo 一个极简主义设计的 Hexo 主题
挺好,已 star
2016-02-14 20:24:25 +08:00
回复了 jianghu521 创建的主题 iDev 逗视-搞笑视频聚集地 iOS App Swift2.x 开源项目
2016-02-14 16:02:41 +08:00
回复了 jianghu521 创建的主题 iDev 逗视-搞笑视频聚集地 iOS App Swift2.x 开源项目
怎么返回。
2016-01-25 09:15:30 +08:00
回复了 taozimiao 创建的主题 推广 智筹妹子,送礼+爆照!也是够拼的
到这儿停了吧。
2016-01-21 09:45:57 +08:00
回复了 fooCoder 创建的主题 分享创造 没事和基友写了个 android ui 库
已 star
2016-01-20 16:49:59 +08:00
回复了 taozimiao 创建的主题 程序员 妹子求问,怎么样能够高逼格把礼物送到程序员手里?
请 @我即可。
2016-01-19 12:08:27 +08:00
回复了 ericwang0717 创建的主题 推广 送 10 本《第一本 Docker 书》能刷出存在感吗?——实现网
拉低中奖率 +1
2016-01-18 16:11:42 +08:00
回复了 ansenlee 创建的主题 分享创造 HUB 不出所料的失败咯,但是我撸了个固态移动硬盘~~~~
等等看。
@nicegoing 不是,你用 ddms 看下就知道了

<?xml version="1.0"?>
<LinearLayout android:orientation="vertical" android:background="@color/white" android:layout_width="fill_parent" android:layout_height="wrap_content" xmlns:android="http://schemas.android.com/apk/res/android">
<com.youku.phone.home.view.HomeCardTitleView android:id="@id/home_card_title_view" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_wide" android:layout="@layout/home_card_item_cross" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_column1" android:layout="@layout/home_card_item_column" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_column2" android:layout="@layout/home_card_item_column" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_column3" android:layout="@layout/home_card_item_column" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_column4" android:layout="@layout/home_card_item_column" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_extend" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<ViewStub android:id="@id/home_video_land_item_tailer" android:layout="@layout/home_card_item_tail_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
youku,手机,竖屏

整体 swipe + RecyclerView,内部主要 3 种布局

1. 首页直接看到的部分
Gallary + Recycler(10 个 item) + LinearyLayout(4 视频)

2. 中间各个频道
有明显分割线,不是 AdapterView ,是 LinearLayout+ViewStub 写死的最多 4 行 8 视频

3.最后的『推荐』 RecyclerView
2016-01-16 21:46:38 +08:00
回复了 pheyer 创建的主题 Android 受够了 Gradle
➜ ~ du -sh .gradle
2.8G .gradle
2016-01-14 22:13:36 +08:00
回复了 welefen 创建的主题 Node.js ThinkJS 2.1:支持 TypeScript,性能提升 90%
手动支持下。
2016-01-12 17:46:36 +08:00
回复了 Cutong 创建的主题 推广 2016 年程序员最值得读的一本书 [简寻] 任性送书了!
黑客与画家
2016-01-11 12:39:25 +08:00
回复了 chinajik 创建的主题 问与答 百度赚钱无良?
百度却是不管的,凤凰、新浪等各大网站也都有专题可卖,都不贵,网上找医院还没电线杆上靠谱
2016-01-05 20:39:27 +08:00
回复了 Sinbaba 创建的主题 推广 爆 2015 薪资,领取 Cherry 鼠标垫
1 年, 8K
2016-01-04 23:07:08 +08:00
回复了 onice 创建的主题 Linux Linux 那么多命令和配置参数,大家是怎么记住的?
我是做笔记的
下次直接复制,不记 - -
主要是使用频率不高
1 ... 4  5  6  7  8  9  10  11  12  13  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   5683 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 48ms · UTC 02:36 · PVG 10:36 · LAX 18:36 · JFK 21:36
Developed with CodeLauncher
♥ Do have faith in what you're doing.