-
-
I am using down arrow and up arrow for collapse and expand. Expanding text works in sync with down arrow as this arrow is statically defined in layout file. I am facing problem while collapsing. I am …
-
Hi Manabu-GT, I am using a slightly modified version of your library, the only modification I did was to remove the drawable for expand and collapse and replace that with a TextView instead so that it…
-
After updating to 4.6.0 Lint fails with:
```
:app:lintPlayReleaseUnexpected failure during lint analysis of null (this is a bug in lint or one of the libraries it depends on)
`NoClassDefFoundErro…
-
use "mvn compile",all the project "BUILD SUCCESS",then I use "mvn clean".
but there is something wrong :
```
chaosbom@chaosbomPC:/opt/ArhasMK/mk-aggregator$ infer -- mvn compile
Infer version v0.9.1-…
-
My code:
```
final String imageUrl = "http://img10.3lian.com/edu201302/photoshop/p105/201212/c04492853f8f192d03405c4a5213639c.gif";
AsyncHttpClient client = new AsyncHttpClient();
…
-
-
hi, sir:
I use the code follow your instruction
layout:
`
`
activity:
`
tv.setText("标签作为一个版本号,随着标签指针上的每一次CAS运算而增加,并且只增不减"
+ "。一旦需要从容器中非物理地移除某个元素,就应将其放入一个"
+ "盛放空闲元…
-
The picasso side
Picasso.with(getApplicationContext()).load(product_data.getImage()).networkPolicy(NetworkPolicy.OFFLINE).into(detail_product_image, ne…
-
I've noticed that if I try to expand the card by calling setMaxLines() on one of the TextViews in my custom adapter, nothing happens, the TextView is not expanded at all. Is this a known issue or is t…